kotlinx.coroutines v0.30.2 Release Notes

    • ๐Ÿ‘€ Dispatchers.Main is instantiated lazily (see #658 and #665).
    • Blocking coroutine dispatcher views are now shutdown properly (#678).
    • Prevent leaking Kotlin 1.3 from atomicfu dependency (#659).
    • Thread-pool based dispatcher factories are marked as obsolete (#261).
    • ๐Ÿ›  Fixed exception loss on withContext cancellation (#675).