File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ compileSdk = "35"
4
4
jetty = " 12.0.23"
5
5
kotlin = " 2.2.0"
6
6
kotlinx-coroutines = " 1.10.2"
7
+ ksp = " 2.2.0-2.0.2"
7
8
kotlinx-serialization = " 1.9.0"
8
9
okHttp = " 4.12.0"
9
10
okio = " 3.15.0"
@@ -30,7 +31,7 @@ auto-service-annotations = { module = "com.google.auto.service:auto-service-anno
30
31
binary-compatibility-validator-gradle-plugin = { module = " org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin" , version = " 0.18.1" }
31
32
cklib-gradle-plugin = { module = " co.touchlab:cklib-gradle-plugin" , version = " 0.3.4" }
32
33
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 " }
34
35
jetty-ee10Servlet = { module = " org.eclipse.jetty.ee10:jetty-ee10-servlet" , version.ref = " jetty" }
35
36
jetty-ee10WebsocketJettyServer = { module = " org.eclipse.jetty.ee10.websocket:jetty-ee10-websocket-jetty-server" , version.ref = " jetty" }
36
37
jetty-server = { module = " org.eclipse.jetty:jetty-server" , version.ref = " jetty" }
You can’t perform that action at this time.
0 commit comments