chore(deps): update plugin com.google.devtools.ksp to v2.0.21-1.0.28

This commit is contained in:
renovate[bot] 2024-11-16 04:23:54 +00:00 committed by Andre K
parent e33cf85df6
commit f9c9bc7611

View file

@ -35,7 +35,7 @@ buildscript {
plugins {
id "org.jetbrains.kotlin.jvm" version "$kotlin_version" apply false
id "com.google.devtools.ksp" version "2.0.21-1.0.27" apply false
id "com.google.devtools.ksp" version "2.0.21-1.0.28" apply false
id "org.jetbrains.kotlin.plugin.compose" version "$kotlin_version" apply false
}