Update plugin com.google.devtools.ksp to v2.0.20-1.0.25

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-05 22:02:28 +00:00 committed by GitHub
parent 6d1574a952
commit e57be1ed4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ import com.github.spotbugs.snom.SpotBugsTask
plugins {
id "org.jetbrains.kotlin.plugin.compose" version "2.0.20"
id "org.jetbrains.kotlin.kapt"
id 'com.google.devtools.ksp' version '2.0.20-1.0.24'
id 'com.google.devtools.ksp' version '2.0.20-1.0.25'
}
apply plugin: 'com.android.application'