dokka
dokka copied to clipboard
[K2] KMP: Support Wasm platform fully
Currently, Kotlin Wasm is Alpha. Dokka analyzes it as JS platform. Dokka K1 does the same.
It is blocked by https://youtrack.jetbrains.com/issue/KT-64984/Analysis-API-Support-Wasm-target
(needs a LLFirAbstractSessionFactory
implementation)
Testing: ??
WasmJsWasiGradleIntegrationTest
will be passes if here
https://github.com/Kotlin/dokka/blob/8e5c63d035ef44a269b8c43430f43f5c8eebfb63/dokka-integration-tests/gradle/projects/it-wasm-js-wasi-basic/src/wasmJsMain/kotlin/RootPackageClass.kt#L20
we remove AnchorHTMLAttributes
(no import for it)
In Dokka K1 AnchorHTMLAttributes
is just omitted
Parent: #3137