mboudraa
05/28/2021, 5:49 PMnative-mt version of coroutines 1.5.0.
I have a very simple test that fails on iOS with a kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen kotlin.collections.HashMap@1657db08 and I have no idea where it can come from given the simplicity of this test.
If anyone has any lead, it would be very helpfulmboudraa
05/28/2021, 5:53 PMmboudraa
05/28/2021, 8:05 PMturansky
05/28/2021, 8:47 PMserialization ?turansky
05/28/2021, 8:50 PM1.5.10
Coroutines 1.5.0
Serialization 1.2.1
Ktor 1.6.0mboudraa
05/28/2021, 9:11 PMRobin Hos
05/29/2021, 10:07 AMuseAlternativeNames = false worked.Henry
07/04/2021, 6:51 AMuseAlternativeNames = false , it’s workHenry
07/04/2021, 6:51 AMptsiogas
07/07/2021, 1:09 PM