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

This commit is contained in:
renovate[bot] 2023-12-14 17:49:05 +00:00 committed by GitHub
parent d725dc3070
commit fa4f1d53b4
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.15") apply false
id("com.google.devtools.ksp") version("1.9.21-1.0.16") apply false
}
tasks.register<Delete>("clean") {