Hey all! At some point, we started running into t...
# serialization
a
Hey all! At some point, we started running into this issue: https://github.com/Kotlin/kotlinx.serialization/issues/1940 It’s not impacting our
main
branch, but we have a branch where we’ve made a couple structural changes (with absolutely no new
@Serializable
classes) and things are just breaking for mysterious reasons 😞 Has anyone else here experienced it? Any ways to narrow down the cause?
s
Had the same problem after updating to 1.7.0. Updating the KotlinX plugin seemed to do the trick.
a
Updating the KotlinX plugin seemed to do the trick.
which plugin? the kotlinx.serialization plugin?
s
Yeah that one I think 🙂