flutter-action
flutter-action copied to clipboard
How to set the kotlin version?
flutter build apk
this command return the error.
┌─ Flutter Fix ────────────────────────────────────────────────────────────────────────────────────┐
│ [!] Your project requires a newer version of the Kotlin Gradle plugin. │
│ Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then │
│ update /home/runner/work/inhameal_flutter_project/inhameal_flutter_project/android/build.gradle: │
│ ext.kotlin_version = '<latest-version>' │
└──────────────────────────────────────────────────────────────────────────────────────────────────┘
How to solve this?