android: Update to Kotlin 1.8.21
This commit is contained in:
parent
c16e663f70
commit
b0bef6173a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.application") version "8.0.1" apply false
|
id("com.android.application") version "8.0.1" apply false
|
||||||
id("com.android.library") version "8.0.1" apply false
|
id("com.android.library") version "8.0.1" apply false
|
||||||
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
|
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register("clean").configure {
|
tasks.register("clean").configure {
|
||||||
|
|
Loading…
Reference in a new issue