Update Kotlin version to 1.7.10

This commit is contained in:
2022-07-15 02:14:27 +08:00
parent 5fdcfa1420
commit b9810c0e98
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.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 {