Hi, I’m seeing an error when i run : ```mutation a...
# multiplatform
r
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
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
thank you, it fixed it