Greetings of the day friends In context of this: ...
# coroutines
s
Greetings of the day friends In context of this: https://youtrack.jetbrains.com/issue/KT-72471 Where can I find the early access preview or snapshot versions of coroutines?
d
All the existing versions of kotlinx.coroutines are listed here: https://github.com/Kotlin/kotlinx.coroutines/releases Snapshot versions are not published.
s
Understood! Thank you So there's no workaround for the ticket I mentioned above yet?
d
kotlinx-coroutines
didn't even upgrade to 2.1.0 internally, so no. That said, to my knowledge, this is simply a problem with incorrect warnings, the code should compile and run just fine anyway.
s
You're absolutely right It's not breaking anything, so everything's good to go for now Thanks for the info though