Update Kotlin version to 1.7.10

This commit is contained in:
2022-07-20 22:50:16 +08:00
parent a7ebda39d2
commit f02789e02f
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.7.0-1.0.6' id 'com.google.devtools.ksp' version '1.7.10-1.0.6'
} }
android { android {

View File

@@ -1,7 +1,7 @@
plugins { plugins {
id 'com.android.application' version '7.2.1' apply false id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false id 'com.android.library' version '7.2.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
} }
ext { ext {