Skip to content

Remove @ExperimentalTime #3039

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

Closed
hoc081098 opened this issue Nov 23, 2021 · 0 comments
Closed

Remove @ExperimentalTime #3039

hoc081098 opened this issue Nov 23, 2021 · 0 comments

Comments

@hoc081098
Copy link

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>

...
yorickhenning pushed a commit to yorickhenning/kotlinx.coroutines that referenced this issue Jan 28, 2022
…3041)

* Get rid of @ExperimentalTime where it is no longer necessary

Fixes Kotlin#3039
pablobaxter pushed a commit to pablobaxter/kotlinx.coroutines that referenced this issue Sep 14, 2022
…3041)

* Get rid of @ExperimentalTime where it is no longer necessary

Fixes Kotlin#3039
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant