See the reproducer attached. Case is taken from okhttp ModuleA: JVM + iosX64 ```Kotlin // commonMain expect interface Call // jvmMain actual interface Call //nativeMain actual interface Call ``` ModuleB: JVM + iosX64 Depends on ModuleA ```Kotlin // commonMain expect fun Call.dokka() // jvmMain actual fun Call.dokka(){} //nativeMain actual fun Call.dokka(){} ``` For K2 the `dokka()` extension miss `native` tab <img width="406" alt="image" src="https://github.com/Kotlin/dokka/assets/7689049/4073cbf4-ecc2-49ac-8d7e-a4483168c073"> **Installation** - Dokka version: 1.9.20 Parent: https://github.com/Kotlin/dokka/issues/3328 [dokka-repros.zip](https://github.com/Kotlin/dokka/files/13503480/dokka-repros.zip)