chore(deps): update plugin com.google.devtools.ksp to v2.0.0-1.0.23

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-16 15:37:39 +00:00 committed by Alper Öztürk
parent e4e45eb600
commit 7d0f7bc46c

View file

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