kotlinx.coroutines v1.3.1 Release Notes

  • โšก๏ธ This is a minor update with various fixes:

    • Flow: Fix recursion in combineTransform (#1466).
    • ๐Ÿ›  Fixed race in the Semaphore (#1477).
    • Repaired some of ListenableFuture.kt's cancellation corner cases (#1441).
    • ๐Ÿ‘ป Consistently unwrap exception in slow path of CompletionStage.asDeferred (#1479).
    • ๐Ÿ“š Various fixes in documentation (#1496, #1476, #1470, #1468).
    • โœ… Various cleanups and additions in tests.

    ๐Ÿ“‡ Note: Kotlin/Native artifacts are now published with Gradle metadata format version 1.0, so you will need Gradle version 5.3 or later to use this version of kotlinx.coroutines in your Kotlin/Native project.