What are the consequences for a Kotlin/JVM applica...
# coroutines
r
What are the consequences for a Kotlin/JVM application when I use a library that depends on the -native-mt version of coroutines lib?
j
Not 100% sure, but I believe the non-native part is the same, so it should be fine.
2