Hey gang, I see that v1.2.2 release notes say: &g...
# serialization
a
Hey gang, I see that v1.2.2 release notes say:
It also uses Kotlin 1.5.20 as default.
Is there a way to ignore this "default" and use v1.2.2 with Kotlin 1.5.10? (Encountered a bug that's fixed in 1.2.2, but can't bump past 1.5.10 yet because of another issue I'm trying to chase down)
c
it should be compatible with all 1.5 versions
e
I believe Kotlin/JVM and Kotlin/JS are meant to be binary compatible across incremental releases. Kotlin/Native binary compatibility is experimental and JS/IR is not yet binary compatible, as far as I am aware
👍 2
a
Ah bummer - looks like the ABI version of Kotlin 1.5.10 is 1.4.2, which is incompatible with the ABI verison of Kotlin 1.5.20 - 1.5.30-M1 (which is ABI Version 1.5.0)