am15h / tflite_flutter_plugin

TensorFlow Lite Flutter Plugin
https://pub.dev/packages/tflite_flutter
Apache License 2.0
499 stars 352 forks source link

android Gradle plugin's Kotlin Gradle plugin version and tflite_flutter_helper's version isn't matched #242

Open RumosZin opened 10 months ago

RumosZin commented 10 months ago

pubspec.yaml

...
tflite_flutter: ^0.9.1
tflite_flutter_helper: ^0.3.1
...

I meet this error message

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 ':tflite_flutter_helper' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

How can I solve this.... plz help!!!!

JSYRD commented 10 months ago

it's not necessay to use tflite_flutter_helper.