chore(deps): update plugin com.google.devtools.ksp to v1.9.20-1.0.13

This commit is contained in:
renovate[bot] 2023-11-01 00:15:53 +00:00 committed by GitHub
parent 55e7fa516f
commit eef53a7569
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.0-1.0.13") apply false
id("com.google.devtools.ksp") version("1.9.20-1.0.13") apply false
}
tasks.register<Delete>("clean") {