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

Rak

06/23/2021, 11:48 AM
Hi, I’m seeing an error when i run :
Copy code
mutation attempt of frozen kotlin.collections.HashMap@2be0d88
I’ve tried the fix here : https://github.com/Kotlin/kotlinx.serialization/issues/1450 but it still fails
j

John O'Reilly

06/23/2021, 11:49 AM
just to confirm, you tried setting
useAlternativeNames
to false?
🙌 1
that's at least what fixed that for me here on 2 different projects
r

Rak

06/23/2021, 11:56 AM
thank you, it fixed it