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 f03c7aa commit ad9bed3Copy full SHA for ad9bed3
buildSrc/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
implementation("org.jetbrains.kotlin:kotlin-serialization:1.9.22")
13
14
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.4")
15
- implementation("org.jmailen.gradle:kotlinter-gradle:4.1.0")
+ implementation("org.jmailen.gradle:kotlinter-gradle:4.1.1")
16
17
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
18
implementation(("org.jetbrains.kotlinx:kotlinx-coroutines-core"))
0 commit comments