`compile "org.jetbrains.kotlinx:kotlinx-coroutines...
# coroutines
a
compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:0.25.0-eap13"
This is correct, right?
n
i had to clean the project multiple times and needed to make sure there is no libraries using 1.2 coroutines
and i think its 0.25.1-eap13 for 1.3-M2
s
I lost patience with cleaning/building/invalidating etc but I found this compiler option "-Xskip-metadata-version-check", it compiles but the IDE still shows errors, and I don't know if it's a recommended thing to do, but this is all experiments anyway!