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
Jacob Ras
07/21/2023, 1:12 PM
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