What is the best way to stay up-to-date with the K...
# announcements
a
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
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).
🙏 1
👍 1
m
StateFlow
was already released in v1.3.6 of the coroutines library: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.3.6
👍 1
☝️ 1
a
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.
Where would you recommend the best place be to provide feedback? Would it be the closed Introduce StateFlow #1973 issue?
o
@Adam Hurwitz if its a bugfix or feature proposal, I would create a new issue in the coroutines repo
👍 1