Nick
09/24/2020, 8:54 PMcallbackFlow
and flatMapMerge
because they are marked as @FlowPreview
and @ExperimentalCoroutinesApi
. Does anyone have any idea when we can expect these to become stable?taer
09/24/2020, 11:15 PMExperimentalCoroutinesApi
and FlowPreview
that I've used have been perfectly stable. The worst thing that I know that can happen is your build breaks when you upgrade the lib.jw
09/24/2020, 11:36 PMrkeazor
09/24/2020, 11:44 PMjw
09/24/2020, 11:55 PMrkeazor
09/25/2020, 12:02 AMlouiscad
09/25/2020, 7:37 AM@ExperimentalCoroutinesApi
in the whole codebase (not library codebase), but for @FlowPreview
, I'd never do it and just propagate it until the right place to show the @OptIn
annotation. I still recall flowViaChannel
being badly broken for a relase as they were moving fast towards `callbackFlow`/`channelFlow`.Nick
09/25/2020, 3:22 PM@FlowPreview
and @ExperimentalCoroutinesApi
. I put up a good argument, but it still got shut down.louiscad
09/25/2020, 3:23 PM@ExperimentalCoroutinesApi
in application code.taer
09/25/2020, 3:41 PMlouiscad
09/25/2020, 3:42 PMrkeazor
09/25/2020, 11:53 PMMarcelo Hernandez
09/26/2020, 12:11 AMNick
09/26/2020, 3:15 AMMarcelo Hernandez
09/26/2020, 3:17 AMNick
09/26/2020, 3:19 AMlouiscad
09/26/2020, 9:02 AMrkeazor
09/26/2020, 12:59 PMlouiscad
09/26/2020, 1:02 PMNick
01/04/2021, 7:28 PMexperimental
means.louiscad
01/04/2021, 7:32 PM