Refactor(Kotlin): Upgrade kotlin version

Upgrade kotlin version from 1.9.22 to 1.9.23
This commit is contained in:
2024-04-24 17:15:25 +08:00
parent 23893a4ac1
commit b2e7ecc92c
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.10"
kotlinCompilerExtensionVersion = "1.5.12"
}
packaging {
resources {