Skip to content

1.6.0-RC3

Compare
Choose a tag to compare
@dkhalanskyjb dkhalanskyjb released this 17 Dec 07:11
· 635 commits to master since this release
  • 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)