chore(deps): update plugin com.google.devtools.ksp to v2.1.10-1.0.30

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-16 04:19:36 +00:00 committed by Andy Scherzinger
parent e0e0d5113d
commit e72da08bb9

View File

@ -15,7 +15,7 @@ import com.github.spotbugs.snom.SpotBugsTask
plugins {
id "org.jetbrains.kotlin.plugin.compose" version "2.1.10"
id "org.jetbrains.kotlin.kapt"
id 'com.google.devtools.ksp' version '2.1.10-1.0.29'
id 'com.google.devtools.ksp' version '2.1.10-1.0.30'
}
apply plugin: 'com.android.application'