Merge pull request #4956 from nextcloud/renovate/kotlin-monorepo

fix(deps): update kotlin monorepo to v2.1.21
This commit is contained in:
github-actions[bot] 2025-05-14 15:27:58 +00:00 committed by GitHub
commit 55f4ca6f56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@
buildscript {
ext {
kotlinVersion = '2.1.20'
kotlinVersion = '2.1.21'
}
repositories {