For <https://play.kotlinlang.org> - can we import ...
# coroutines
z
For https://play.kotlinlang.org - can we import libraries like coroutines?
l
Yes:
Copy code
import kotlinx.coroutines.*
import kotlinx.coroutines.flow.*
import kotlinx.coroutines.channels.*
import kotlinx.coroutines.selects.*
z
oh interesting
how can we control which version of coroutines is used?
l
You can't control it AFAIK. @elizarov Do you know when it is updated?
v
It’s updated in a few days after the release
l
Does that include RC, Milestone, beta and alpha releases?
Submitted a feature request to have kotlinx libraries versions shown on play.kotl.in and try.kotl.in: https://youtrack.jetbrains.com/issue/KT-33301?project=kt
v
Usually yes, RC2 is skipped because we are going to release 1.3.0 soon
🎉 1