Hey, is there any multiplatform networking library...
# multiplatform
d
Hey, is there any multiplatform networking library which works fine for Android + wasmJs?
h
d
Copy code
No matching variant of io.ktor:ktor-client-core: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
Yes, you have to use an alpha version until Ktor releases the next version due the (now provided with 1.8.0) coroutines support: https://youtrack.jetbrains.com/issue/KTOR-5587/Ktor-client-for-Kotlin-Wasm#focus=Comments-27-8670434.0-0
d
thanks, it works