Coroutines native-mt versus normal artifacts

Where are the differences between versions 1.3.9 & 1.3.9-native-mt documented for the coroutine libraries?

e.g.: org.jetbrains.kotlinx:kotlinx-coroutines-core

I assume that 1.3.9-native-mt uses native multithreading. If so, what platforms are supported? Are there any advantages to using 1.3.9 instead of 1.3.9-native-mt for a platform that is supported by the latter?

I don’t know this topic well enough to give a succinct answer, but I think you can find the relevant information here:

https://kotlinlang.org/docs/mobile/concurrency-and-coroutines.html#multithreaded-coroutines

and here: