now-u-app icon indicating copy to clipboard operation
now-u-app copied to clipboard

Use declarative Gradle plugin scripts

Open kackogut opened this issue 1 year ago • 0 comments

When building the app, the compiler is throwing errors:

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

kackogut avatar Apr 22 '24 20:04 kackogut