Update Kotlin version

This commit is contained in:
2022-05-04 07:01:44 +08:00
parent 4bb4913f71
commit 6935353d05
2 changed files with 2 additions and 2 deletions

View File

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