Skip to content

Commit 9c1441a

Browse files
Merge pull request #2786 from nextcloud/renovate/kotlin-monorepo
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.2.10
2 parents f61113c + bf3ccd9 commit 9c1441a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1313

1414
buildscript {
1515
ext {
16-
kotlinVersion = '2.2.0'
16+
kotlinVersion = '2.2.10'
1717
commonsVersion = '2.3.7'
1818
androidCommonsVersion = '1.1.0'
1919
}

0 commit comments

Comments
 (0)