flutter_google_places icon indicating copy to clipboard operation
flutter_google_places copied to clipboard

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.40 and higher.

Open yigitcevik opened this issue 3 years ago • 2 comments

When I add this package to my flutter project, "The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.40 and higher." i am getting the error.

yigitcevik avatar Jul 03 '22 12:07 yigitcevik

Any luck on this, i'm getting the same error. project ':flutter_google_places_sdk_android' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72

yinkyAde avatar Nov 04 '22 02:11 yinkyAde

Try to add google_api_headers dependency in pubspec.yml.

  google_api_headers: ^1.5.0

MarkCLinovy avatar Dec 08 '22 10:12 MarkCLinovy