fluttercommunity/flutter_google_places

Execution failed for task ':google_api_headers:compileDebugKotlin'.

Mobigic-Vaibhav opened this issue · 1 comments

As we know this package using the google_api_headers internally getting this build time error
steps to regenerate:
I m migrating my flutter apllication to android embedding v1 ti v2
im at latest stable release of flutter_google_places and to solve this problem i also separately install .
my apk have compileSDkversion 32,minSdkVersion 19,targetSDkVersion 31,
ext.kotlin_version=1.5.10.

in gradleWrapper property
distributionUrl=https://services.gradle.org/distributions/gradle-6.5.1-all.zip

Any Udpates on this ?