I have a multiplatform project and I'm trying to a...
# javascript
c
I have a multiplatform project and I'm trying to add js platform also. But I have this issue with ktor.
Caused by: org.gradle.internal.component.NoMatchingConfigurationSelectionException: No matching variant of io.ktor:ktor-serialization-kotlinx-json:2.3.8 was found. The consumer was configured to find a library for use during 'kotlin-api', preferably optimized for non-jvm, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'wasm', attribute 'org.jetbrains.kotlin.wasm.target' with value 'js' but:
h
There is no stable wasm version of ktor yet.
c
Ah ok.