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