You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using 'org.jetbrains.kotlinx:kotlinx-coroutines-core-native:0.24.0' with outputKinds = [FRAMEWORK] to generate framework targeting ios_x64
I wrote some uint tests for the code which contains launch call and ran tests with Gradle without any problem, but I got this error when ran the code in iOS emulator.
There is no event loop. Use runBlocking { ... } to start one
Do we now have default dispatcher and UI dispatcher support for iOS?
brettwillis, thevery, talanov, ntsik, bogdanzurac and 11 morenaj147 and etlhsustanmots