https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

kartik1712

10/17/2020, 3:59 PM
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

louiscad

10/17/2020, 5:20 PM
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

kartik1712

10/17/2020, 5:50 PM
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

louiscad

10/17/2020, 5:51 PM
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

kartik1712

10/17/2020, 5:53 PM
Right, Thanks.
4 Views