Hello every one, If we are Kotlin/Wasm now - is it...
# compose-web
g
Hello every one, If we are Kotlin/Wasm now - is it possible to use Ktor http client and json serialization ?
o
as I’m aware Ktor is not available with k/wasm yet. And kotlinx-serialization version 1.5.1-wasm0 is available in
maven(“<https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental>”)
although it requires kotlin dev build 1.9.0-dev-6584 or newer. jfyi: compose doesn’t support that kotlin version yet