I'm getting a weird error when attempting to build...
# ktor
o
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
No, it doesn't.
a
You can try the WinHttp engine.