pinkfish / flutter_places_dialog

Google places picker plugin for flutter. Opens up the google places picker on ios and android returning the chosen place back to the flutter app.
Other
44 stars 10 forks source link

kotlin version issue #11

Open AnsarAzees opened 5 years ago

AnsarAzees commented 5 years ago

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'flutter_places_dialog' is using version 1.1.51.

ubuntudroid commented 5 years ago

This is quite a biggy. Nearly no one in Android development uses Kotlin 1.1 anymore these days I wager. Even the current stable AGP needs at least 1.2.51 as pointed out in the thread starters post (he copied the description right away from the error message during building, so no wild guesses here ;) ).

@pinkfish do you mind to increase the Kotlin version or is there a specific reason for that old version?

shakes80 commented 5 years ago
* Error running Gradle:
ProcessException: Process "Z:\Documents\GanderGeek\Applications\git\drone_tool_kit\android\gradlew.bat" exited abnormally:
FAILURE: Build failed with an exception.
* What went wrong:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'flutter_places_dialog' is using version 1.1.51.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 17s
  Command: Z:\Documents\GanderGeek\Applications\git\drone_tool_kit\android\gradlew.bat app:properties
Please review your Gradle project setup in the android/ folder.