kotlinx.coroutines v1.3.7 Release Notes

    • ๐Ÿ›  Fixed problem that triggered Android Lint failure (#2004).
    • ๐Ÿ†• New Flow.cancellable() operator for cooperative cancellation (#2026).
    • ๐Ÿ— Emissions from flow builder now check cancellation status and are properly cancellable (#2026).
    • ๐Ÿ†• New currentCoroutineContext function to use unambiguously in the contexts with CoroutineScope in receiver position (#2026).
    • ๐Ÿ— EXACTLY_ONCE contract support in coroutine builders.
    • ๐Ÿ“š Various documentation improvements.