fluttercommunity / flutter_wear_plugin

A plugin that offers widgets for Wear OS by Google
https://pub.dev/packages/wear
BSD 3-Clause "New" or "Revised" License
135 stars 71 forks source link

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. #25

Open ssmxgo opened 1 year ago

ssmxgo commented 1 year ago

I am getting the following error message:

The environment is as follows:

lberaldodev commented 1 year ago

any updates here?

ashishpatel1992 commented 1 year ago

Following +1

flutter --version
Flutter 3.10.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision f468f3366c (5 weeks ago) • 2023-07-12 15:19:05 -0700
Engine • revision cdbeda788a
Tools • Dart 3.0.6 • DevTools 2.23.1
wesley-maney commented 1 year ago

While this issue persists, you can fix it by opening the flutter plugin code and changing ext.kotlin_version = '1.5.10' to ext.kotlin_version = '1.5.20' in file build.gradle

Rexios80 commented 5 months ago

I released the wear_plus plugin which contains the necessary fixes