Join Slack
Powered by
Hm, I’m confused. Does anybody know what is the di...
# coroutines
a
Alex Vasilkov
03/25/2021, 5:40 PM
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?
4
Views
Open in Slack
Previous
Next