Update Kotlin version (to enable Docker builder) + update Dockerfile

This commit is contained in:
Imran Remtulla
2025-05-17 21:56:32 -04:00
parent 6b8bb095d4
commit 195c0d1f11
3 changed files with 12 additions and 10 deletions

View File

@ -19,7 +19,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.1.0" apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
id "org.jetbrains.kotlin.android" version "2.1.21" apply false
}
include ":app"