Skip to content

Commit 5a48b13

Browse files
committed
KSP 2.2.0-2.0.2
1 parent caf5fa5 commit 5a48b13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ compileSdk = "35"
44
jetty = "12.0.23"
55
kotlin = "2.2.0"
66
kotlinx-coroutines = "1.10.2"
7+
ksp = "2.2.0-2.0.2"
78
kotlinx-serialization = "1.9.0"
89
okHttp = "4.12.0"
910
okio = "3.15.0"
@@ -30,7 +31,7 @@ auto-service-annotations = { module = "com.google.auto.service:auto-service-anno
3031
binary-compatibility-validator-gradle-plugin = { module = "org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin", version = "0.18.1" }
3132
cklib-gradle-plugin = { module = "co.touchlab:cklib-gradle-plugin", version = "0.3.4" }
3233
dokka-gradle-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "2.0.0" }
33-
google-ksp = "com.google.devtools.ksp:symbol-processing-gradle-plugin:2.1.21-2.0.2"
34+
google-ksp = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
3435
jetty-ee10Servlet = { module = "org.eclipse.jetty.ee10:jetty-ee10-servlet", version.ref = "jetty" }
3536
jetty-ee10WebsocketJettyServer = { module = "org.eclipse.jetty.ee10.websocket:jetty-ee10-websocket-jetty-server", version.ref = "jetty" }
3637
jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "jetty" }

0 commit comments

Comments
 (0)