dokka
dokka copied to clipboard
"All Types" page generation ignore `mergeImplicitExpectActualDeclarations` flag
// 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:
But for "All Types" page they are separated:
Installation
- Dokka version: 1.9.20