dokka icon indicating copy to clipboard operation
dokka copied to clipboard

[K2] KMP: Support Wasm platform fully

Open vmishenev opened this issue 8 months ago • 2 comments

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

vmishenev avatar May 30 '24 19:05 vmishenev