chore(deps): update plugin com.google.devtools.ksp to v1.9.22-1.0.16

This commit is contained in:
renovate[bot] 2023-12-25 13:12:33 +00:00 committed by GitHub
parent ab6fe462e4
commit 1506b5ce32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,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") {