Hi there! I just tried to upgrade Kotlin to 1.3.60...
# kotlin-native
m
Hi there! I just tried to upgrade Kotlin to 1.3.60 for my talk tomorrow, but it seems to miss ktor and kotlinx serialization dependencies:
Copy code
> Task :SharedCode:compileKotlinIos FAILED
w: skipping /Users/mreichelt/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-serialization-iosx64/1.2.5/3b67cda81d91ebb007b5d22aae904569cb794108/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/mreichelt/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-serialization-iosx64/1.2.5/3b67cda81d91ebb007b5d22aae904569cb794108/ktor-client-serialization.klib" in [/Users/mreichelt/Entwicklung/other/github-api-kotlin-multiplatform/android, /Users/mreichelt/.konan/klib, /Users/mreichelt/.konan/kotlin-native-macos-1.3.60/klib/common, /Users/mreichelt/.konan/kotlin-native-macos-1.3.60/klib/platform/ios_x64].

FAILURE: Build failed with an exception.
What are the latest dependencies to use for Kotlin 1.3.60? Or is it just too fresh yet?
s
Too fresh, need to wait for new ktor and kotlinx.serialization versions built with 1.3.60.
m
I thought so. 😉 Then maybe I’ll just go with the last version that worked for me 😉
k
For tomorrow, yeah. New versions might be out by then, but it can vary.
👌 2