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 13f52da commit 985037eCopy full SHA for 985037e
buildSrc/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.5")
15
implementation("org.jmailen.gradle:kotlinter-gradle:4.2.0")
16
17
- implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
+ implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.0"))
18
implementation(("org.jetbrains.kotlinx:kotlinx-coroutines-core"))
19
}
20
0 commit comments