Skip to content

Commit 1d222bc

Browse files
committed
⬆️ update Kotlin plugin versions to 2.0.21
1 parent f733ee9 commit 1d222bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
kotlin("jvm") version "2.0.20" apply false
3-
kotlin("android") version "2.0.20" apply false
2+
kotlin("jvm") version "2.0.21" apply false
3+
kotlin("android") version "2.0.21" apply false
44
id("com.android.library") version "8.10.1" apply false
55
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
66
}

0 commit comments

Comments
 (0)