Trying serialization 1.2.0 in existing MPP lib, us...
# serialization
t
Trying serialization 1.2.0 in existing MPP lib, using Kotlin compiler 1.4.32. I get the following on iOS (when parsing a JSON network response):
kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen kotlin.collections.HashMap@955628
This works fine with serialization 1.1.0. Should the new serialization work with Kotlin 1.4.32? Do we need an updated coroutines lib?
t
Do you use Ktor?
t
Of course I use Ktor 🙂 Currently version 1.5.4
t
Next release required 🙂
t
Okay. Have to wait for Compose anyway…