Skip to content
Snippets Groups Projects
Commit b0bef617 authored by Charles Lombardo's avatar Charles Lombardo Committed by bunnei
Browse files

android: Update to Kotlin 1.8.21

parent c16e663f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
plugins {
id("com.android.application") 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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment