Update Kotlin version

This commit is contained in:
2022-05-04 07:01:44 +08:00
parent 84b3648626
commit deb0ca794f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
plugins { plugins {
id 'com.android.application' id 'com.android.application'
id 'kotlin-android' id 'kotlin-android'
id 'com.google.devtools.ksp' version '1.6.20-1.0.5' id 'com.google.devtools.ksp' version '1.6.21-1.0.5'
} }
android { android {

View File

@@ -1,7 +1,7 @@
plugins { plugins {
id 'com.android.application' version '7.1.3' apply false id 'com.android.application' version '7.1.3' apply false
id 'com.android.library' version '7.1.3' apply false id 'com.android.library' version '7.1.3' apply false
id 'org.jetbrains.kotlin.android' version '1.6.20' apply false id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
} }
ext { ext {