https://kotlinlang.org logo
Title
a

aleksey.tomin

06/11/2020, 5:02 PM
How can I add ktor-client-CIO to KN with “1.3.2-1.4-M2”? I try to create macosX64 compile 1. When I add dependencies
ktor-client-core
and
ktor-http-cio
I’ve had a error
Could not find "io.ktor:ktor-io-cinterop-bits" in...
2. When I add dependencies
ktor-client-core
and
ktor-client-cio
I’ve had a error
No matching variant of io.ktor:ktor-client-cio:1.3.2-1.4-M2 was found
3. When I add dependencies
ktor-client-core
and
ktor-client-cio-kotlinMultiplatform
I’ve had a error
Could not find "io.ktor:ktor-io-cinterop-bits" in...
How can I do it?
r

russhwolf

06/11/2020, 5:15 PM
Is CIO expected ti work on Native yet? Last I'd heard (a few months ago) it was still JVM-only
a

aleksey.tomin

06/12/2020, 4:17 AM
it was promised in 1.4 Hm… In ktor 1.4?