Merge pull request #5089 from nextcloud/renovate/ksp-monorepo

chore(deps): update plugin com.google.devtools.ksp to v2.2.0-2.0.2
This commit is contained in:
Marcel Hibbe 2025-06-30 10:34:27 +00:00 committed by GitHub
commit 9b3f508652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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