chore(deps): update plugin com.google.devtools.ksp to v2.1.20-1.0.32

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-30 07:04:52 +00:00 committed by Andy Scherzinger
parent ca23a2e215
commit 9cc9b7481c
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

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