dokka icon indicating copy to clipboard operation
dokka copied to clipboard

"All Types" page generation ignore `mergeImplicitExpectActualDeclarations` flag

Open atyrin opened this issue 1 year ago • 0 comments

// jsMain/Call.js.kt
interface Call

// jvmMain/Call.jvm.kt
interface Call

also set mergeImplicitExpectActualDeclarations = true in dokka-base plugin configuration. and enable systemProp.dokka.shouldDisplayAllTypesPage=true

As a result class pages are merged: image

But for "All Types" page they are separated: image

Installation

  • Dokka version: 1.9.20

atyrin avatar Jan 22 '24 11:01 atyrin