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 5a15723 commit 9de5e53Copy full SHA for 9de5e53
buildSrc/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6")
15
implementation("org.jmailen.gradle:kotlinter-gradle:4.3.0")
16
17
- implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.0"))
+ implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
18
implementation(("org.jetbrains.kotlinx:kotlinx-coroutines-core"))
19
}
20
0 commit comments