is it still not possible to use ktor-client with 1...
# multiplatform
b
is it still not possible to use ktor-client with 1.3.61?
k
I am using this successfully
b
ah!
I'm getting this kind of errors:
Copy code
w: skipping /Users/bod/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-serialization-iosx64/1.2.4/5dbfd50046c7ed9b7a49129e71ddbe547978d92e/ktor-client-serialization.klib. The abi versions don't match. Expected '[17]', found '14'
w: The compiler versions don't match either. Expected '[]', found '1.3.50-release-11850'
e: Could not find "/Users/bod/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-serialization-iosx64/1.2.4/5dbfd50046c7ed9b7a49129e71ddbe547978d92e/ktor-client-serialization.klib" in [/Users/bod/gitrepo/klibqonto, /Users/bod/.konan/klib, /Users/bod/.konan/kotlin-native-macos-1.3.61/klib/common, /Users/bod/.konan/kotlin-native-macos-1.3.61/klib/platform/ios_x64].
k
interesting, I am not using serialization
at least not yet
b
upgrading ktor-client to 1.2.6 fixed the issue 🤦‍♂️ 🙂
k
🙌
👍 1
b
I'm using it, but I have to import text-encoding manually in JS
(which is now unmaintained :s)
r
Need all native libs to be built against the same Kotlin version
👍 1