What is the best way to stay up-to-date with the Kotlin
StateFlow
release developments?
I see there was a merge #1974 into the develop branch for StateFlow recently. After the develop branch is merged into master, does that mean StateFlow may be available in the next alpha/beta release?
z
Zach Klippenstein (he/him) [MOD]
05/18/2020, 7:04 PM
develop
is typically merged into
master
as part of their release process. So anything on
develop
will ship in the next release. Anything on
master
has already shipped (or will in the next day or two).
Thanks! I was confused becuase I saw the documentation for StateFlow, but couldn't use it in my code. It was because I was just using the standard library for coroutines flow so far and needed kotlinx.coroutines.
Adam Hurwitz
05/18/2020, 9:00 PM
Where would you recommend the best place be to provide feedback? Would it be the closed Introduce StateFlow #1973 issue?
o
Orhan Tozan
05/19/2020, 1:50 AM
@Adam Hurwitz if its a bugfix or feature proposal, I would create a new issue in the coroutines repo