Hi guys, does ktor `2.3.2` supports KMM, i am una...
# ktor
b
Hi guys, does ktor
2.3.2
supports KMM, i am unable to run it on IOS, here is the dependency i have
implementation("io.ktor:ktor-client-darwin:2.3.2")
a
What problem do you experience?
b
here is the error i am getting when running it on IOS
Copy code
Failed to open iconv for charset UTF-8 with error code 22
a
This is a known issue (https://youtrack.jetbrains.com/issue/KTOR-5980) that will be delivered with the release 2.3.3.
K 1