aub.ai icon indicating copy to clipboard operation
aub.ai copied to clipboard

Migrate from Imperative to Declarative Gradle Plugin Application

Open BrutalCoding opened this issue 11 months ago • 0 comments

Description

  • The project currently uses the deprecated apply method for configuring the app_plugin_loader Gradle plugin.
  • This method will be removed in future Flutter releases.

Tasks

  • Migrate to using the declarative plugins block for configuring Gradle plugins.
  • Reference the official Flutter migration guide: https://flutter.dev/go/flutter-gradle-plugin-apply

BrutalCoding avatar Mar 03 '24 05:03 BrutalCoding