Skip to content

Commit 7d2d504

Browse files
⬆ Update kotlin monorepo to v2
1 parent a42872f commit 7d2d504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "1.8.20" apply false
3-
kotlin("android") version "1.8.20" apply false
2+
kotlin("jvm") version "2.1.0" apply false
3+
kotlin("android") version "2.1.0" apply false
44
id("com.android.application") version "7.4.2" apply false
55
}

0 commit comments

Comments
 (0)