Shouldn’t `withContext(Dispatchers.Default)` work ...
# multiplatform
n
Shouldn’t
withContext(Dispatchers.Default)
work with coroutines
1.3.8-native-mt-1.4.0-rc
on iOS as well? I’m getting
There is no event loop. Use runBlocking { ... } to start one.
j
Check that that version is actually being used (transitive dependency of another library might be pulling in non
native-nt
version)
👍 1
n
Yepp, you’re right. Forcing the version on iOS fixes it 👍