Skip to content

Commit d8480f8

Browse files
Update plugin org.jetbrains.kotlin.android to v2
1 parent f103a95 commit d8480f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
plugins {
33
id("com.android.application") version "8.2.0" apply false
44
id("com.android.library") version "8.2.0" apply false
5-
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
5+
id("org.jetbrains.kotlin.android") version "2.2.0" apply false
66
}
77

88
tasks.register<Delete>("clean") {

0 commit comments

Comments
 (0)