:mega::mega::mega: kotlinx-coroutines 1.9.0 is her...
# coroutines
d
📣📣📣 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. •
Flow<T>.chunked(size: Int): Flow<List<T>>
to group emitted elements into fixed-size lists! See https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.9.0 for the full list of changes.
🎉 26