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 a1bea06 commit 8dba479Copy full SHA for 8dba479
build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
kotlin("jvm") version "2.2.10" apply false
3
id("com.google.devtools.ksp") version "2.2.10-2.0.2" apply false
4
id("com.vanniktech.maven.publish") version "0.34.0" apply false
5
- id("org.jlleitschuh.gradle.ktlint") version "13.0.0" apply false
+ id("org.jlleitschuh.gradle.ktlint") version "13.1.0" apply false
6
}
7
8
description = "kotlin-logging-extensions"
0 commit comments