We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2be8e commit abf0272Copy full SHA for abf0272
buildSrc/src/main/kotlin/deps.kt
@@ -52,7 +52,7 @@ object deps {
52
}
53
54
object coroutines {
55
- private const val version = "1.6.1"
+ private const val version = "1.6.2"
56
57
const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
58
const val android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:$version"
0 commit comments