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 059b5ed commit 57fa637Copy full SHA for 57fa637
buildSrc/build.gradle.kts
@@ -13,7 +13,7 @@ dependencies {
13
implementation("io.kotest:kotest-framework-plugin-gradle:6.0.5")
14
15
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8")
16
- implementation("org.jmailen.gradle:kotlinter-gradle:5.2.0")
+ implementation("org.jmailen.gradle:kotlinter-gradle:5.3.0")
17
18
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
19
implementation(("org.jetbrains.kotlinx:kotlinx-coroutines-core"))
0 commit comments