Update Kotlin and Gradle version

This commit is contained in:
2022-04-18 01:28:23 +08:00
parent 1541db6427
commit 16c0d2723d
4 changed files with 12 additions and 5 deletions

View File

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