kotlinx.coroutines v1.5.2 Release Notes

    • โšก๏ธ Kotlin is updated to 1.5.30.
    • ๐Ÿ†• New native targets for Apple Silicon are introduced.
    • ๐Ÿ›  Fixed a bug when onUndeliveredElement was incorrectly called on a properly received elements on JS (#2826).
    • ๐Ÿ›  Fixed Dispatchers.Default on React Native, it now fully relies on setTimeout instead of stub process.nextTick. Thanks to @Legion2 (#2843).
    • Optimizations of Mutex implementation (#2581).
    • ๐Ÿ”’ Mutex implementation is made completely lock-free as stated (#2590).
    • ๐Ÿ“š Various documentation and guides improvements. Thanks to @MasoodFallahpoor and @Pihanya.