-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review codebases for use of experimental APIs #860
Comments
kotlin.time is in focus for stabilization, hopefully this stabilizes soon... |
Based on this changelog it should be coming in 1.9.0, I asked in KotlinLang Slack and they said "Yes. This includes time sources, time marks, and measureTime functions" |
Closing as I believe this work was completed (see linked PRs) |
|
In a few places our code uses Kotlin APIs marked as experimental or unstable. We should review all usages of thusly-marked APIs and determine if there's a path off of them to more stable implementations before GA. All repositories should be reviewed.
In scope are at least the following annotations:
@DelicateCoroutinesApi
@ExperimentalContracts
@ExperimentalCoroutinesApi
@ExperimentalStdlibApi
@ExperimentalTime
@ExperimentalUnsignedTypes
@FlowPreview
@InternalCoroutinesApi
Successful outcome of this task would be, for each instance of using APIs marked as experimental/unstable, one of the following resolutions:
The text was updated successfully, but these errors were encountered: