chore: Update kotlin version to 2.0.20 in settings.gradle

This commit is contained in:
Dr-Blank 2024-08-23 07:03:25 -04:00
parent ddadc04f0d
commit 6ff3d535e4
No known key found for this signature in database
GPG key ID: 7452CC63F210A266

View file

@ -20,7 +20,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.0" apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
}
include ":app"