We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbb569 commit f00910cCopy full SHA for f00910c
buildSrc/build.gradle.kts
@@ -12,7 +12,7 @@ repositories {
12
13
object PluginVersions {
14
const val gradle_plugin = "8.13.0"
15
- const val kotlin_gradle_plugin = "2.2.10"
+ const val kotlin_gradle_plugin = "2.2.20"
16
const val ben_manes = "0.52.0"
17
const val spotless = "7.2.1"
18
const val detekt = "1.23.8"
buildSrc/src/main/kotlin/dependencies/Versions.kt
@@ -5,7 +5,7 @@ object Versions {
5
const val activity_ktx = "1.10.1"
6
const val core_ktx = "1.17.0"
7
const val android_annotation = "1.9.1"
8
- const val kotlin = "2.2.10"
+ const val kotlin = "2.2.20"
9
10
// UI
11
const val appcompat = "1.7.1"
0 commit comments