matej
02/11/2020, 12:56 PMorg.jetbrains.kotlinx:kotlinx-coroutines-test
is not available for common code?Kris Wong
02/11/2020, 2:05 PMrunBlocking
Kris Wong
02/11/2020, 2:06 PMmatej
02/11/2020, 5:00 PMexpect fun runBlocking
in common and added the actuals in the jvm and iOS code. Apparently it was not added to common because JS doesn't support it, but it's available on native and JVM as you said, and works this way with a custom runBlocking
declaration in common.Kris Wong
02/11/2020, 5:03 PM