Skip to content

Commit f00910c

Browse files
Update kotlin monorepo to v2.2.20 (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecbb569 commit f00910c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212

1313
object PluginVersions {
1414
const val gradle_plugin = "8.13.0"
15-
const val kotlin_gradle_plugin = "2.2.10"
15+
const val kotlin_gradle_plugin = "2.2.20"
1616
const val ben_manes = "0.52.0"
1717
const val spotless = "7.2.1"
1818
const val detekt = "1.23.8"

buildSrc/src/main/kotlin/dependencies/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Versions {
55
const val activity_ktx = "1.10.1"
66
const val core_ktx = "1.17.0"
77
const val android_annotation = "1.9.1"
8-
const val kotlin = "2.2.10"
8+
const val kotlin = "2.2.20"
99

1010
// UI
1111
const val appcompat = "1.7.1"

0 commit comments

Comments
 (0)