just fyi that i'm seeing this when doing iOS build...
# realm
j
just fyi that i'm seeing this when doing iOS build after updating to Kotlinx Coroutines 1.6
Copy code
> Task :common:linkPodDebugFrameworkIOS FAILED
e: Module "io.realm.kotlin:library-base (io.realm.kotlin:library-base-iossimulatorarm64)" has a reference to symbol kotlinx.coroutines/SingleThreadDispatcher|null[0]. Neither the module itself nor its dependencies contain such declaration.
c
I guess there are quite some compatibility constraints with Kotlin native. We are trying to follow the officially recommended kotlinx library version from https://kotlinlang.org/docs/releases.html#release-details
I will try do a local build with Coroutines 1.6 and test our various samples and see what that triggers or other issues
j
The other moving part here btw is support for new Kotlin/Native memory model.....which is supported out of the box now with Coroutines 1.6
👍 1