kotlinx.coroutines v1.6.0-RC3 Release Notes

    • 🛠 Fixed the error in 1.6.0-RC2 because of which Flow.collect couldn't be called due to the @InternalCoroutinesApi annotation (#3082)
    • 🛠 Fixed some R8 warnings introduced in 1.6.0-RC (#3090)
    • TestCoroutineScheduler now provides a TimeSource with its virtual time via the timeSource property. Thanks @hfhbd! (#3087)