why is `CoroutineScope` still `kotlinx.coroutines....
# kotlin-native
b
why is
CoroutineScope
still
kotlinx.coroutines.experimental
? I can't use it from kotlin native as a result. is it not possible to use runBlocking in
jvmMain
when using kotlin native?
d
Which version of
kotlinx.coroutines
are you using?
b
kotlin: 1.3.0-rc-146
coroutines: 0.30.1
d
You probably want, 0.30.1-eap13
b
where do I find these pre-release version numbers? that isn't listed on the github page https://github.com/Kotlin/kotlinx.coroutines/releases
d
Well.. that I do not know. Was having similar issues as you today and that version fixed it. Even though it doesn't officially exist. 🤷🏼
e