Update plugin com.google.devtools.ksp to v2.0.0-1.0.24 (#992)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-29 20:20:43 -04:00 committed by GitHub
parent 10b77b57de
commit e789224ab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ plugins {
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
id 'org.jetbrains.kotlin.plugin.compose' version "2.0.0" apply false
id 'org.jmailen.kotlinter' version "4.4.1" apply false
id 'com.google.devtools.ksp' version "2.0.0-1.0.23" apply false
id 'com.google.devtools.ksp' version "2.0.0-1.0.24" apply false
}
subprojects {