flutter_wear_plugin icon indicating copy to clipboard operation
flutter_wear_plugin copied to clipboard

android kotlin version updated from 1.5.10 to 1.7.10

Open wonderkidshihab opened this issue 2 years ago • 3 comments

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

wonderkidshihab avatar Aug 29 '23 08:08 wonderkidshihab

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.

theiskaa avatar Feb 12 '24 19:02 theiskaa

I released the wear_plus plugin which contains the necessary fixes

Rexios80 avatar Mar 20 '24 15:03 Rexios80

Could you have a look into it please? @slightfoot

vicajilau avatar May 13 '24 15:05 vicajilau