brabo-hi
05/17/2022, 10:34 PMKMP-NativeCoroutines
on ios i am having the following error when accessing ant suspend of flow function
Uncaught Kotlin exception: kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen kotlinx.coroutines.StandaloneCoroutine
kpgalligan
05/18/2022, 12:07 AMKMP-NativeCoroutines
still supports the native-mt branch (and you should probably use the new model anyway)kpgalligan
05/18/2022, 12:08 AMbrabo-hi
05/18/2022, 1:00 AMRick Clephas
05/18/2022, 5:21 AM-new-mm
versions with the new memory model. Like @kpgalligan mentioned you should probably start using the new model. Support for the old model will likely be dropped with Kotlin 1.7.brabo-hi
05/18/2022, 5:31 PMkotlin.native.binary.memoryModel=experimental
to gradle.propertie
it solved the issue