bod
07/11/2020, 6:18 PMimport kotlinx.coroutines.Job
is unknown in my common code, even when I have this dependency: implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$versionsCoroutine")
?org.jetbrains.kotlinx:kotlinx-coroutines-core-common
is the one I need. Nevermind 😛Mgj
07/11/2020, 10:31 PMmbonnin
07/13/2020, 4:15 PM-common
will be removed with Kotlin 1.4: https://blog.jetbrains.com/kotlin/2020/06/kotlin-1-4-m2-released/