We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since Kotlin 1.6, @ExperimentalTime is no longer needed.
@ExperimentalTime public suspend fun delay(duration: Duration): Unit @ExperimentalTime public fun <T> Flow<T>.debounce(timeout: Duration): Flow<T> ...
The text was updated successfully, but these errors were encountered:
Get rid of @ExperimentalTime where it is no longer necessary
fa75bba
Fixes #3039
ff9359a
Get rid of @ExperimentalTime where it is no longer necessary (Kotlin#…
7160e01
…3041) * Get rid of @ExperimentalTime where it is no longer necessary Fixes Kotlin#3039
81a0369
Successfully merging a pull request may close this issue.
Since Kotlin 1.6, @ExperimentalTime is no longer needed.
The text was updated successfully, but these errors were encountered: