Update Gradle & Kotlin & PlatformSDK

- Update Kotlin version to 1.7.10
- Update Gradle version
This commit is contained in:
2022-07-20 23:13:53 +08:00
parent fed9fd3ae8
commit 981e0ba746
3 changed files with 3 additions and 3 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 {