flutter_geofence
flutter_geofence copied to clipboard
Kotlin version mismatch and need to update with latest android sdk version
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.
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
How do we update the plugin? Please do let me know. I can update and create a pull request for the same.