Question; I tried to add 'org.jetbrains.kotlinx:ko...
# coroutines
j
Question; I tried to add 'org.jetbrains.kotlinxkotlinx coroutines test1.3.0-RC' to my
androidTest
target in a mpp, however, stuff like
runBlockingTest
and
newSingleThreadContext
is not found Am I missing something?
I have also added
Copy code
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0-RC")
                implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0-RC")
to
androidTest
Kotlin verison is:
1.3.30
Looking around, it seems like it is not possible to write commonTests for this yet