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 8ea382a commit e279881Copy full SHA for e279881
buildSrc/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
implementation("org.jetbrains.kotlin:kotlin-serialization:2.2.10")
13
14
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8")
15
- implementation("org.jmailen.gradle:kotlinter-gradle:5.1.1")
+ implementation("org.jmailen.gradle:kotlinter-gradle:5.2.0")
16
17
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
18
implementation(("org.jetbrains.kotlinx:kotlinx-coroutines-core"))
0 commit comments