Skip to content

Commit

Permalink
fix: force version of kotlin to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aline Bonnet authored and luifr10 committed Jan 1, 2025
1 parent 271071c commit 437ac88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,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 "1.9.0" apply false
}

include ":app"

0 comments on commit 437ac88

Please sign in to comment.