chore: upgrade Kotlin to 2.1.0 and Flutter dependencies to latest

- Kotlin 1.9.22 → 2.1.0, KSP 1.9.22-1.0.17 → 2.1.0-1.0.29
- flutter_local_notifications 18.0.1 → 21.0.0
- permission_handler 11.4.0 → 12.0.1
- workmanager 0.6.0 → 0.9.0+3
- desugar_jdk_libs 2.0.4 → 2.1.4 (required by flutter_local_notifications)
This commit is contained in:
fiatcode 2026-05-06 07:27:38 +07:00
parent 4e6d7e95e6
commit 2123df11c9
No known key found for this signature in database
4 changed files with 53 additions and 21 deletions

View file

@ -20,8 +20,8 @@ pluginManagement {
plugins {
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
id("com.android.application") version "8.11.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
id("com.google.devtools.ksp") version "2.1.0-1.0.29" apply false
}
include(":app")