Skip to content

Commit 42dc21c

Browse files
Merge pull request #14754 from nextcloud/renovate/kotlin
chore(deps): update dependency kotlin to v2.1.20
2 parents 0cdbc00 + d5e9dc7 commit 42dc21c

File tree

4 files changed

+325
-4
lines changed

4 files changed

+325
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ buildscript {
3030
plugins {
3131
alias(libs.plugins.kotlin.compose)
3232
id "com.diffplug.spotless" version "6.25.0"
33-
id "org.jetbrains.kotlin.kapt" version "2.1.10"
34-
id "com.google.devtools.ksp" version "2.1.10-1.0.31" apply false
33+
id "org.jetbrains.kotlin.kapt" version "2.1.20"
34+
id "com.google.devtools.ksp" version "2.1.20-1.0.32" apply false
3535
}
3636

3737
apply plugin: "com.android.application"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
documentScannerVersion = "1.1.1"
2222
espressoVersion = "3.6.1"
2323
jacoco_version = "0.8.12"
24-
kotlin_version = "2.1.10"
24+
kotlin_version = "2.1.20"
2525
markwonVersion = "4.6.2"
2626
mockitoVersion = "4.11.0"
2727
mockitoKotlinVersion = "4.1.0"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[versions]
55
splash-screen = "1.0.1"
6-
kotlin = "2.1.10"
6+
kotlin = "2.1.20"
77
composeBom = "2025.03.00"
88
spotbugsGradlePlugin = "6.1.7"
99

0 commit comments

Comments
 (0)