I'm trying to parse a Json in a backthread on nati...
# serialization
j
I'm trying to parse a Json in a backthread on native using kotlinx.serializer, but it fails with InvalidMutability exception. it used to work just fine with kotlin 1.3.30 and serialization 10.0 but fails at 1.3.41/11.1. Do you guys know if anything important changed in serialization between these two versions?
s
There was https://github.com/Kotlin/kotlinx.serialization/issues/441, but it was in 11.0 and fixed in 11.1
You can file a new bug if you'd like
j
That's exactly what I'm looking for, thanks