Skip to content

Commit 1aa0db0

Browse files
author
Alex J Lennon
committed
Fix Android: align root Kotlin plugin to 2.1.0 (was 1.9.22, conflicted with catalog)
1 parent 6304d32 commit 1aa0db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins {
22
id("com.android.application") version "8.7.2" apply false
3-
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
3+
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
44
}

0 commit comments

Comments
 (0)