kotlinx.coroutines v1.0.0 Release Notes

    • ๐Ÿš€ All Kotlin dependencies updated to 1.3 release version.
    • ๐Ÿ›  Fixed potential memory leak in HandlerDispatcher.scheduleResumeAfterDelay, thanks @cbeyls.
    • ๐Ÿ‘ yield support for Unconfined and immediate dispatchers (#737).
    • ๐Ÿ“š Various documentation improvements.