Skip to content

Commit 08c3e7f

Browse files
committed
update Kotlin to 2.1.0
1 parent e874869 commit 08c3e7f

File tree

2 files changed

+152
-144
lines changed

2 files changed

+152
-144
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("com.android.application") version "8.7.3" apply false
3-
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
3+
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
44
}
55

66
allprojects {

0 commit comments

Comments
 (0)