hemanthrajv / flutter_compass

MIT License
101 stars 170 forks source link

Newer version of the Kotlin Gradle #99

Open JohanScheepers opened 10 months ago

JohanScheepers commented 10 months ago

hi,

If I change my build.gradle to minSdkVersion 20 my app fails to build

┌─ 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 D:\FlutterProjects\xxxxxx\android\build.gradle: │ │ ext.kotlin_version = '' │ └─────────────────────────────────────────────────────────────────────────────

Can you update this package?

Thank you