In my sample multiplatform app I upgraded ktor to ...
# multiplatform
j
In my sample multiplatform app I upgraded ktor to 2.0.0 and now I'm getting a build error:
Copy code
e: Could not find "io.ktor:ktor-utils-cinterop-utils" in [/home/jw/projects/kotlin-bars, /home/jw/.konan/klib, /home/jw/.konan/kotlin-native-prebuilt-linux-x86_64-1.6.10/klib/common, /home/jw/.konan/kotlin-native-prebuilt-linux-x86_64-1.6.10/klib/platform/linux_x64]
Any ideas on what that means or how to resolve it?
The magic of asking is that then I immediately find the answer. I had upgraded all ktor deps to 2.0 except
io.ktor:ktor-client-curl
Now it is working :)
2
s
Hey @James Ward I am facing the same, any ideas on how to resolve this, I can see one question here.
239 Views