š£š£š£ kotlinx-coroutines 1.9.0 is here!
There are no changes from 1.9.0-RC.2, it's just another stable release.
Compared to 1.8.1, there are several changes:
⢠Kotlin 2.0 is used! (Yes, the coroutines library and the compiler don't actually have matching versions!)
⢠Wasm/WASI target!
ā¢
CoroutineDispatcher.limitedParallelism
is now stable and has an additional "debug name" parameter.
ā¢