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")
}
}
})