File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ import org.gradle.kotlin.dsl.configure
2+ import org.jlleitschuh.gradle.ktlint.KtlintExtension
3+
14plugins {
2- kotlin(" jvm" ) version " 2.2.10 " apply false
3- id(" com.google.devtools.ksp" ) version " 2.2.10 -2.0.2" apply false
5+ kotlin(" jvm" ) version " 2.2.20 " apply false
6+ id(" com.google.devtools.ksp" ) version " 2.2.20 -2.0.2" apply false
47 id(" com.vanniktech.maven.publish" ) version " 0.34.0" apply false
5- id(" org.jlleitschuh.gradle.ktlint" ) version " 13.1.0" apply false
8+ id(" org.jlleitschuh.gradle.ktlint" ) version " 13.1.0"
69}
710
811description = " kotlin-logging-extensions"
12+
13+ repositories {
14+ mavenCentral()
15+ }
16+
17+ configure<KtlintExtension > {
18+ version.set(" 1.7.1" )
19+ }
Original file line number Diff line number Diff line change 11plugins {
22 kotlin(" jvm" )
33 id(" com.vanniktech.maven.publish" )
4- id(" org.jlleitschuh.gradle.ktlint" )
54}
65
76group = project.property(" project.group" ) as String
@@ -13,7 +12,7 @@ repositories {
1312
1413dependencies {
1514 testImplementation(kotlin(" test" ))
16- implementation(" com.google.devtools.ksp:symbol-processing-api:2.2.10 -2.0.2" )
15+ implementation(" com.google.devtools.ksp:symbol-processing-api:2.2.20 -2.0.2" )
1716
1817 // kotlin-logging dependency for generated code compatibility
1918 compileOnly(" io.github.oshai:kotlin-logging-jvm:7.0.13" )
You can’t perform that action at this time.
0 commit comments