https://kotlinlang.org logo
#ktor
Title
# ktor
o

Otis Goodman

02/21/2023, 3:18 AM
I'm getting a weird error when attempting to build my Multiplatform library.
Copy code
pocketbase-kt:mingwX64Main: Could not resolve io.ktor:ktor-client-cio:2.2.3.
Required by:
    project :
I'm not sure what's causing this, I have
mingwX64()
declared in my build script and it depends on the
commonMain
which has the Ktor CIO client as a dependency. Is there something I missed? I'm pretty sure Ktor supports all platforms Kotlin Native does... Here is my build script code: https://gist.github.com/OtisGoodman/114f5dfdda26457ec21591b0fb922b80
e

ephemient

02/21/2023, 4:29 AM
No, it doesn't.
a

Aleksei Tirman [JB]

02/21/2023, 6:56 AM
You can try the WinHttp engine.
6 Views