You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Kotlin-coroutines-core version is 1.3.8. When I tried to run the example code at https://kotlinlang.org/docs/reference/coroutines/select-expression.html#selecting-on-close on my local environment, the IDE pointed out that method onReceiveOrNull has been deprecated. But it was never mentioned even on detailed documentation page. Issue #1676 mentioned this a year ago, but it seems there is no better workaround even till now...
I'm glad to see that Kotlin 1.4.0. is working on the exclusion of the deprecated experimental coroutines. Looking forward to the new documentation that highlights differences between versions.
The text was updated successfully, but these errors were encountered:
My Kotlin-coroutines-core version is 1.3.8. When I tried to run the example code at https://kotlinlang.org/docs/reference/coroutines/select-expression.html#selecting-on-close on my local environment, the IDE pointed out that method
onReceiveOrNull
has been deprecated. But it was never mentioned even on detailed documentation page. Issue #1676 mentioned this a year ago, but it seems there is no better workaround even till now...I'm glad to see that Kotlin 1.4.0. is working on the exclusion of the deprecated experimental coroutines. Looking forward to the new documentation that highlights differences between versions.
The text was updated successfully, but these errors were encountered: