flutter_geofence icon indicating copy to clipboard operation
flutter_geofence copied to clipboard

Kotlin version mismatch and need to update with latest android sdk version

Open vanixtranet opened this issue 5 years ago • 3 comments

vanixtranet avatar Dec 26 '19 11:12 vanixtranet

I have the same issue and I can't work out how to resolve it, as I'm not very familiar with the Kotlin environment. Any chance of an update? I can pass relevant details, if required, but basically, try updating the main project to use AndroidX (as pushed by Google recently) and the error will (I think) become apparent.

cdewhurst avatar Jan 18 '20 13:01 cdewhurst

could you update the plugin support latest version Kotlin Gradle ?

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

freddiandrew avatar Feb 19 '20 14:02 freddiandrew

How do we update the plugin? Please do let me know. I can update and create a pull request for the same.

GearGit avatar Mar 09 '20 02:03 GearGit