https://kotlinlang.org logo
#coroutines
Title
# coroutines
n

natario1

03/08/2023, 10:46 AM
Does anyone from JB know when the next
kotlinx.coroutines
release is scheduled for? I see very little activity in the master branch, previous release was on July 2022. At the same time we are eager to try the new android native targets.
kotlinx-atomicfu
made a special release just for these, could coroutines do the same?
plus one 1
d

Dmitry Khalanskiy [JB]

03/08/2023, 11:34 AM
Does anyone from JB know when the next
kotlinx.coroutines
release is scheduled for?
Yes.
We plan to publish a beta version of the 1.7.0 release this week.
I see very little activity in the master branch
True, but note that we use the
develop
branch for day-to-day development. If you want to follow our progress, look there instead.
master
only gets updated with small documentation fixes or when a release happens.
n

natario1

03/08/2023, 11:40 AM
Great to know, thanks Dmitry!
3 Views