Update plugin com.google.devtools.ksp to v2.0.21-1.0.26

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-23 20:38:35 +00:00 committed by GitHub
parent 7fe8484569
commit d789a2f58d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ plugins {
id "org.jetbrains.kotlin.plugin.compose" version "2.0.21"
id "com.diffplug.spotless" version "6.25.0"
id "org.jetbrains.kotlin.kapt" version "2.0.21"
id 'com.google.devtools.ksp' version '2.0.21-1.0.25' apply false
id 'com.google.devtools.ksp' version '2.0.21-1.0.26' apply false
}
apply plugin: 'com.android.application'