I see here <https://mvnrepository.com/artifact/org...
# coroutines
c
I see here https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core that there's such thing as 1.3.9 and 1.3.9-native-mt I only need regular old coroutines. What's 1.3.9-native-mt?
g
This is a special branch with developer preview of support multithreading coroutines for Kotlin native
if you are not interested in multithreading on native, use standard 1.3.9
c
Thank you @gildor!
@gildor if you're curious... I mentioned you here https://github.com/dependabot/dependabot-core/issues/2547
👌 1