Skip to content

Commit 0930ce8

Browse files
chore(deps): update kotlin monorepo to v2.1.20
1 parent d049f5d commit 0930ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
buildscript {
99
ext {
1010
daggerVersion = "2.56"
11-
kotlinVersion = "2.1.10"
11+
kotlinVersion = "2.1.20"
1212
}
1313
}
1414

1515
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1616
plugins {
17-
id 'org.jetbrains.kotlin.plugin.compose' version '2.1.10' apply false
17+
id 'org.jetbrains.kotlin.plugin.compose' version '2.1.20' apply false
1818
id 'com.android.library' version '8.9.0' apply false
1919
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
2020
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false

0 commit comments

Comments
 (0)