We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7354af2 commit c7db33cCopy full SHA for c7db33c
buildSrc/src/main/kotlin/Dependencies.kt
@@ -8,6 +8,6 @@ object Dependencies {
8
}
9
10
object Kotlinx {
11
- const val coroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC"
+ const val coroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC2"
12
13
0 commit comments