- 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 aTimeSource
with its virtual time via thetimeSource
property. Thanks @hfhbd! (#3087)