flutter_wear_plugin
flutter_wear_plugin copied to clipboard
android kotlin version updated from 1.5.10 to 1.7.10
This was causing an issue while compiling any flutter app for wearos.
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':wear' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10
We have two approvals, and this actually resolves the issue with the gradle version, which is absolutely essential. Can we finally merge this? We need to update the package.
I released the wear_plus plugin which contains the necessary fixes
Could you have a look into it please? @slightfoot