Я пытаюсь развернуть свое приложение для классификации изображений на Android, и мне нужно собрать пакет приложения.
Я знаю, что tflite_flutter_helper устарел, но не знаю, чем его заменить.
< br />
Я бегу
Код: Выделить всё
flutter build appbundleКод: Выделить всё
FAILURE: Build failed with an exception.
* What went wrong:
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
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
Running Gradle task 'bundleRelease'... 2,278ms
Gradle task bundleRelease failed with exit code 1
Источник: https://stackoverflow.com/questions/778 ... deployment