1.2.0
- Kotlin updated to 1.3.30.
- New API:
CancellableContinuation.resumewithonCancellinglambda (#1044) to consistently handle closeable resources. - Play services task version updated to 16.0.1.
ReceiveChannel.isEmptyis no longer deprecated
A lot of Flow improvements:
- Purity property is renamed to context preservation and became more restrictive.
zipandcombineLatestoperators.- Integration with RxJava2
flatMap,mergeandconcatenateare replaced withflattenConcat,flattenMerge,flatMapConcatandflatMapMerge.- Various documentation improvements and minor bug fixes.
Note that Flow is not leaving its preview status.