https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
b

bod

07/11/2020, 6:18 PM
me again... any ideas why
import kotlinx.coroutines.Job
is unknown in my common code, even when I have this dependency:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$versionsCoroutine")
?
oh
org.jetbrains.kotlinx:kotlinx-coroutines-core-common
is the one I need. Nevermind 😛
m

Mgj

07/11/2020, 10:31 PM
I hit that one as well... the documentation is not really good at making it clear that you need this one
2
m

mbonnin

07/13/2020, 4:15 PM
👍 2
3 Views