derTuca / flutter_google_places_picker

Google Places Autocomplete for Flutter
MIT License
18 stars 28 forks source link

Not compiling from Android Studio 3.2 #2

Closed PiotrWpl closed 6 years ago

PiotrWpl commented 6 years ago

Hi!

Thanks for plugin, it is very useful for me :) Unfortunately from last update of Android Studio, android project for this plugin stop compiling.

FAILURE: Build failed with an exception. What went wrong: A problem occurred configuring project ':google_places_picker'. Failed to notify project evaluation listener. java.lang.AbstractMethodError (no error message)

Maybe this is somehow related with those warnings? -> https://androidstudio.googleblog.com/2018/09/android-studio-32-available-in-stable.html

PiotrWpl commented 6 years ago

It starts working when I updated my project gradle plugin (and wrapper) & kotlin versions to latest.