Hello! What is the status of coroutines multithrea...
# coroutines
n
Hello! What is the status of coroutines multithreading on KMP? I’ve heard that it is not supported atm, but probably it was changed in 1.4?
s
https://github.com/Kotlin/kotlinx.coroutines/issues/462 Still open But you can try your chance with that separate branch for kotlin native,
1.3.9-native-mt
but afair you have to exclude something or something else to do in gradle, in order to eliminate possibility of replacing 1.3.9-native-mt dependency with 1.3.9 or 1.4.0
n
Thanks!