mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
259 stars 116 forks source link

Gradle version issue #128

Closed deep1931 closed 1 year ago

deep1931 commented 1 year ago

Hello

Facing an issue on compile time

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':map_launcher' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

Please provide solution, thanks.

mattermoran commented 1 year ago

I just bumped kotlin version 1.5.31 and released on pub as v2.4.0. Give it a try and let me know if it works :)

mattermoran commented 1 year ago

Closing as duplicate of https://github.com/mattermoran/map_launcher/issues/118