Update Kotlin version

This commit is contained in:
2022-04-22 22:50:28 +08:00
parent 019490a7b3
commit 8fa40d9121
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.6.20-1.0.5'
id 'com.google.devtools.ksp' version '1.6.21-1.0.5'
}
android {