https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
b

bod

12/19/2019, 4:53 PM
is it still not possible to use ktor-client with 1.3.61?
k

Kris Wong

12/19/2019, 4:56 PM
I am using this successfully
b

bod

12/19/2019, 4:56 PM
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

Kris Wong

12/19/2019, 4:58 PM
interesting, I am not using serialization
at least not yet
b

bod

12/19/2019, 5:00 PM
upgrading ktor-client to 1.2.6 fixed the issue 🤦‍♂️ 🙂
k

Kris Wong

12/19/2019, 5:02 PM
🙌
👍 1
b

bjonnh

12/19/2019, 5:17 PM
I'm using it, but I have to import text-encoding manually in JS
(which is now unmaintained :s)
r

russhwolf

12/19/2019, 5:35 PM
Need all native libs to be built against the same Kotlin version
👍 1
2 Views