-- And `kotlinx-serialization-runtime-native` `0.1...
# serialization
m
-- And
kotlinx-serialization-runtime-native
0.11.0
isn't compatible with Kotlin 1.3.40-eap 😕
Copy code
w: skipping /Users/marc/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-serialization-runtime-native_debug_ios_x64/0.11.0/c80bda43e7d80430654f2ef709df51a073ed0f0e/kotlinx-serialization-runtime-native.klib. The abi versions don't match. Expected '[9]', found '8'
w: The compiler versions don't match either. Expected '[1.3]', found '1.2-release-9411'
i
Check the Compiler Version
Do you compile it under IDE?
m
Doesn't change anything. It's 1.3 in both cases. 1.3.31 works, 1.3.40-eap doesn't. Compiling with Gradle in console.
i
s
Yes, 1.3.40 changed abi (again), so there's mismatch