Skip to content

0.7.4

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 10:24
· 93 commits to master since this release

Changed

  • Update dependencies
    • Kotlin to 1.9.20.

Removed

  • Remove now-unsupported targets: iosArm32, watchosX86.

Added

  • Add Flow.plus operator, it is an alias to concatWith operator
    (thanks to @hoangchungk53qx1).

  • Add flowFromNonSuspend, the non-suspend version of flowFromSuspend.