I have declared `org.jetbrains.kotlinx:kotlinx-cor...
# coroutines
m
I have declared
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2-native-mt
in deps, but my Kotlin Native code doesn't have access to runBlocking. Docs seems to say it should be there: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/run-blocking.html. I also tried adding these to
iosTest
and it didn't work: •
org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.4.2-native-mt
org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.4.2-native-mt
oh come ooooon. it builds but somehow it's not visible in AS. But only runBlocking, the rest is fine. Does anyone know why it happens?