Trying to build shared KMM lib with EAP version of...
# multiplatform
t
Trying to build shared KMM lib with EAP version of Ktor, getting this error:
Copy code
w: skipping /Users/home/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-serialization-iosarm64/main-170/8edb8cd38df5e56e4d9bda9941b0588fb1b36305/ktor-client-serialization.klib. Incompatible abi version. The current default is '1.4.2', found '1.5.0'. The library produced by 1.5.20 compiler
I am unsure exactly what the message is saying, and where it might be getting the 1.4.2 version from. All versions are set to 1.5.20.
m
I'm getting the same error as well...
t
I just saw this in the serialization channel, which makes sense of the error above - but is counter-intuitive: https://kotlinlang.slack.com/archives/C7A1U5PTM/p1626969033306400?thread_ts=1626900126.304900&cid=C7A1U5PTM
👍 1
Hopefully one day soon all libs will be linked against the same version for some time so we can get things built…
👍 2