There is a very awkward issue I 'm getting.. wanted to use KMM feature in android studio.. same shared code that is working absolutely fine in IJ IDE on both platform iOS & Android.. And now when I build project in android studio..getting this on iOS
Kotlin.native.concurrent.InvalidMutabiltyException:mutation attempt of frozen kotlinx.coroutines.JobImpl
There is nothing changed in dependency as well every things are same only gradle.properties file is different a bit.