chore(deps): update com.google.devtools.ksp to v2.1.20-2.0.0 (#1756)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-19 02:33:27 -05:00 committed by GitHub
parent 30d432cc92
commit a28b03fde7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -135,8 +135,8 @@ androidComponents {
onVariants(selector().all(), { variant ->
afterEvaluate {
def capName = variant.name.capitalize()
tasks.getByName("ksp${capName}Kotlin") {
setSource(tasks.getByName("generate${capName}Proto").outputs)
tasks.named("ksp${capName}Kotlin") {
dependsOn("generate${capName}Proto")
}
}
})

View file

@ -12,7 +12,7 @@ core-splashscreen = "1.0.1"
crashlytics = "3.0.3"
datastore = "1.1.4"
detekt = "1.23.8"
devtools-ksp = "2.1.20-1.0.32"
devtools-ksp = "2.1.20-2.0.0"
emoji2 = "1.5.0"
espresso-core = "3.6.1"
firebase-bom = "33.12.0"