Hm, I’m confused. Does anybody know what is the di...
# coroutines
a
Hm, I’m confused. Does anybody know what is the difference between kotlinx.coroutines.CancellationException (from kotlinx-coroutines-core-jvm-1.4.2) and kotlin.coroutines.cancellation.CancellationException (from kotlin-stdlib-1.4.31)? Which one should I import? I know it’s the same typealias for JVM, but what if I would like to support Kotlin Native later?