Hi! I am trying to port a project to Kotlin Multip...
# multiplatform
k
Hi! I am trying to port a project to Kotlin Multiplatform. Due to some issues with the serialization library, I am unable move to latest Kotlin version. Where can I find the documentation of older versions ? I was unable to find it on the kotlinlang wesite.
l
Did you read the migration guide to 1.0.0-RC/1.0.0 thoroughly? There's some changes to adapt to that might be the root cause of your issue.
k
Yeah, I have. I was able to migrate most of the changes except one. I guess its better to find a way to migrate that change instead.
l
Yes, it's more future proof, and it there's an actual issue in kotlinx.serialization, you can report it and hopefully have it fixed.
k
Right, Thanks.