Running tests for iOS, anybody ran into these sort...
# multiplatform
a
Running tests for iOS, anybody ran into these sort of issues? w: duplicate library name: org.jetbrains.kotlinx:kotlinx-coroutines-core w: duplicate library name: org.jetbrains.kotlinx:atomicfu w: duplicate library name: org.jetbrains.kotlinx:atomicfu-cinterop-interop w: Cached libraries will not be used with experimental memory model
Task sharediosX64Test
Uncaught Kotlin exception: kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen kotlin.Array@46704590 Invalid connection: com.apple.coresymbolicationd We are using kotlin.native.binary.memoryModel=experimental which fixed this issue "This API is only supported for experimental K/N memory model" But now getting this when I try to run allTests. Any ideas?