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

This commit is contained in:
renovate[bot] 2024-07-12 03:54:58 +00:00 committed by Andre K
parent a34a23ece3
commit de180f2d35

View file

@ -38,7 +38,7 @@ buildscript {
plugins {
id "org.jetbrains.kotlin.jvm" version "$kotlin_version" apply false
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
id "org.jetbrains.kotlin.plugin.compose" version "$kotlin_version" apply false
}