Klara Erlebachova
11/05/2019, 5:09 PMrunBlocking
with K/N? I used it in my MPP project for synchronous API and works fine on Android but on iOS it never returns. Even very simple example like this:
val result = runBlocking(MainDispatcher) {
return@runBlocking "yes"
}
louiscad
11/06/2019, 8:25 AMrunBlocking
without specifying a dispatcher.launch
with the dispatcher from this comment? https://github.com/Kotlin/kotlinx.coroutines/issues/470#issuecomment-440080970