Merge pull request #13981 from nextcloud/renovate/com.google.devtools.ksp-2.x

chore(deps): update plugin com.google.devtools.ksp to v2.0.21-1.0.27
This commit is contained in:
Andy Scherzinger 2024-11-08 13:05:23 +01:00 committed by GitHub
commit 4224b45152
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ plugins {
id "org.jetbrains.kotlin.plugin.compose" version "2.0.21"
id "com.diffplug.spotless" version "6.25.0"
id "org.jetbrains.kotlin.kapt" version "2.0.21"
id 'com.google.devtools.ksp' version '2.0.21-1.0.26' apply false
id 'com.google.devtools.ksp' version '2.0.21-1.0.27' apply false
}
apply plugin: 'com.android.application'