There seems to be a lot of experimental/obsolete a...
# coroutines
a
There seems to be a lot of experimental/obsolete annotations on things - any ideas when those will go away? Specifically around things like tickers/produce/consume etc
l
Even the maintainers don't really know. Experimental APIs need to be tester in the field before being promoted to stable API or being edited/redesigned/deprecated. Obsolete APIs need replacements to be ready before starting a deprecation cycle. Preview APIs can break from a release to the next.
e
Some things might stay forever, others will go away over time as better, safer, easier-to-user, functionality gets provided via Kotlin Flow.