Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android to v1.6.4
This MR contains the following updates:
Package | Update | Change |
---|---|---|
org.jetbrains.kotlinx:kotlinx-coroutines-android | patch |
1.6.3 -> 1.6.4
|
Release Notes
Kotlin/kotlinx.coroutines
v1.6.4
- Added
TestScope.backgroundScope
for launching coroutines that perform work in the background and need to be cancelled at the end of the test (#3287). - Fixed the POM of
kotlinx-coroutines-debug
having an incorrect reference tokotlinx-coroutines-bom
, which cause the builds of Maven projects using the debug module to break (#3334). - Fixed the
Publisher.await
functions inkotlinx-coroutines-reactive
not ensuring that theSubscriber
methods are invoked serially (#3360). Thank you, @EgorKulbachka! - Fixed a memory leak in
withTimeout
on K/N with the new memory model (#3351). - Added the guarantee that all
Throwable
implementations in the core library are serializable (#3328). - Moved the documentation to https://kotlinlang.org/api/kotlinx.coroutines/ (#3342).
- Various documentation improvements.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.