Android: Upgrade Kotlin to 1.8.10

This commit is contained in:
Charles Lombardo 2023-03-02 00:52:44 -05:00
parent f06c0897ab
commit a32d66e5ec
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
plugins { plugins {
id 'com.android.application' version '7.4.2' apply false id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
} }