Применение плагина Flutters app_plugin_loader Gradle обязательно с использованием метода Apply script, который устарел иAndroid

Форум для тех, кто программирует под Android
Гость
Применение плагина Flutters app_plugin_loader Gradle обязательно с использованием метода Apply script, который устарел и

Сообщение Гость »


После обновления версии Flutter до I am getting this warning when running the app:

You are applying Flutter's app_plugin_loader Gradle plugin
imperatively using the apply script method, which is deprecated and
will be removed in a future release. Migrate to applying Gradle
plugins with the declarative plugins block:
https://flutter.dev/go/flutter-gradle-plugin-apply
You are applying Flutter's main Gradle plugin imperatively using the
apply script method, which is deprecated and will be removed in a
future release. Migrate to applying Gradle plugins with the
declarative plugins block:
https://flutter.dev/go/flutter-gradle-plugin-apply

How to remove these deprecated gradle settings.


Источник: https://stackoverflow.com/questions/780 ... he-apply-s

Вернуться в «Android»