Skip to content

Commit

Permalink
Bump ksp
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Sep 5, 2024
1 parent 00d8373 commit 279a32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencyResolutionManagement {
library("kotlinx-serialization-json", "org.jetbrains.kotlinx", "kotlinx-serialization-json")
.version("1.6.3")

version("ksp", "2.0.0-1.0.21")
version("ksp", "2.0.0-1.0.24")
library("symbol-processing-api", "com.google.devtools.ksp", "symbol-processing-api")
.versionRef("ksp")
plugin("ksp", "com.google.devtools.ksp").versionRef("ksp")
Expand Down

0 comments on commit 279a32f

Please sign in to comment.