Update ksp

This commit is contained in:
IndusAryan 2023-12-25 20:14:44 +05:30 committed by GitHub
parent ed8378687d
commit 238cc34899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ allprojects {
}
plugins {
id("com.google.devtools.ksp") version "1.9.21-1.0.16" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.16" apply false
}
tasks.register<Delete>("clean") {