zak.taccardi
08/12/2019, 9:28 PM1.2.1
and 1.3.0-RC2` that we need to be worried about? Especially for `@ExperimentalApi`s?louiscad
08/12/2019, 9:30 PM1.2.2
doesn't exist. If you update from 1.2.1
, as long as you didn't use @FlowPreview
, there should be nothing to do.zak.taccardi
08/12/2019, 9:31 PMawaitOnClose()
now or something?louiscad
08/12/2019, 9:35 PMProducerScope
doesn't appear in the changelog: https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.mdconsumeEach
for ReceiveChannel
is no longer marked as obsolete and has been promoted to experimental API.Flow
operators, and consumeAsFlow
extension for ReceiveChannel
.Dominaezzz
08/12/2019, 9:39 PMawaitOnClose()
is now available but it's not required.