flutter-action icon indicating copy to clipboard operation
flutter-action copied to clipboard

How to set the kotlin version?

Open mun9769 opened this issue 1 year ago • 0 comments

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?

mun9769 avatar Dec 28 '23 07:12 mun9769