Hi, are Kotlin 1.3.70 and 1.3.71 binary compatible...
# multiplatform
m
Hi, are Kotlin 1.3.70 and 1.3.71 binary compatible? I see that
kotlinx.serialization
was build with 1.3.70 so can I use it with 1.3.71?
👌 3
👍 2
✔️ 2
m
well, as the version 1.3.71, it's just a fix version, there is no reason to not works 🙂
f
Wasn’t there some compatability issues between 1.3.60 and 1.3.70?
m
I think so, but between
1.3.70
and
1.3.71
there should not be any breaking changes...
m
Well it was said that nothing is guaranteed in this moving fast period.
m
ok, so there is only one way we validate this: testing it! 😁