File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jlleitschuh.gradle.ktlint.KtlintExtension
33
44plugins {
55 kotlin(" jvm" ) version " 2.2.20" apply false
6- id(" com.google.devtools.ksp" ) version " 2.2.20-2.0.4 " apply false
6+ id(" com.google.devtools.ksp" ) version " 2.3.0 " apply false
77 id(" com.vanniktech.maven.publish" ) version " 0.34.0" apply false
88 id(" org.jlleitschuh.gradle.ktlint" ) version " 13.1.0"
99}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212
1313dependencies {
1414 testImplementation(kotlin(" test" ))
15- implementation(" com.google.devtools.ksp:symbol-processing-api:2.2.20-2.0.4 " )
15+ implementation(" com.google.devtools.ksp:symbol-processing-api:2.3.0 " )
1616
1717 // kotlin-logging dependency for generated code compatibility
1818 compileOnly(" io.github.oshai:kotlin-logging-jvm:7.0.13" )
You can’t perform that action at this time.
0 commit comments