Hi, <https://github.com/realm/realm-kotlin> talks ...
# realm
j
Hi, https://github.com/realm/realm-kotlin talks about using v0.0.1-SNAPSHOT.....but it looks like there's a 0.2.0 version.....what's recommended one to use right now?
Also, is there particular version that works with Kotlin 1.5.10......getting following when I run app on iOS but might not have right set of dependencies lined up
Copy code
Uncaught Kotlin exception: kotlinx.coroutines.CoroutinesInternalError: Fatal exception in coroutines machinery for CancellableContinuation(Shareable[used]){Completed}@1808188.
I should have looked a bit further down in the trace...main issue is
Copy code
kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen kotlin.collections.HashMap
which in turn was caused by https://youtrack.jetbrains.com/issue/KTOR-2799