Hey guys! I'm having some problems with frozen obj...
# announcements
n
Hey guys! I'm having some problems with frozen objects on iOS, but only upon upgrading some dependencies. Any ideas? https://youtrack.jetbrains.com/issue/KTOR-2799
t
It might be serialization 1.2.1 causing the issue. I had a similar error. Adding useAlternativeNames = false to the Json config worked around for me.