General question about experimental features, if a...
# announcements
b
General question about experimental features, if anyone knows please. https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/-test-coroutine-dispatcher/index.html Shows this as experimental. (In 1.3.2, which i think is the latest). Is there anyway to know in what version / when / if it'll stop being experimental? (for example with the Android Gradle Plugin they have alpha's where you know once that alpha goes stable channel)
👍 1
a
Generally speaking, there is no roadmap for such things, so I don't think it's possible to know in advance in which exact version something stops being experimental.
b
Ok, so the place to find out is the changelog of new versions?
👌 1