me again... any ideas why `import kotlinx.coroutin...
# multiplatform
b
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
I hit that one as well... the documentation is not really good at making it clear that you need this one
2
m
👍 2