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 c0ce2e6 commit f649d84Copy full SHA for f649d84
buildSrc/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7")
15
implementation("org.jmailen.gradle:kotlinter-gradle:4.4.1")
16
17
- implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
+ implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0"))
18
implementation(("org.jetbrains.kotlinx:kotlinx-coroutines-core"))
19
}
20
0 commit comments