I'm looking for stability information of Multiplatform targets. All I can find is <this>, which only...
j
I'm looking for stability information of Multiplatform targets. All I can find is this, which only mentions Multiplatform as a whole. Do we have a page mentioning targets like desktop, iOS, JS, WASM separately? I'm curious both for Kotlin Multiplatform itself and for the Compose implementations too
j
That page seems to mention most of it: • Kotlin/JS (IR) stable • Kotlin/Native beta • Kotlin/Native interop with (Obj-)C beta and then on the wasm page https://kotlinlang.org/docs/wasm-overview.html#interoperability it says: • Kotlin/Wasm is experimental • Compose Multiplatform for Web is experimental Here's a clearer page on Compose with a full overview https://www.jetbrains.com/lp/compose-multiplatform/: • Compose Android/desktop stable • Compose iOS alpha • Compose Web experimental
1
r
There's also tiers of support for different native targets described here https://kotlinlang.org/docs/native-target-support.html