It seems like using compose-ios with kotlin flow w...
# compose-ios
t
It seems like using compose-ios with kotlin flow will throw an error
kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen androidx.compose.ui.platform.FlushCoroutineDispatcher
when
collectAsState()
, does anyone have the same issue?
👀 2
🚀 2
x
Try with new memory manager for kotlin native
t
it works! thank you!