Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

命令形のGradle記述から 宣言型のGradle記述へ移行 #604

Open
YumNumm opened this issue Mar 8, 2024 · 1 comment
Open

命令形のGradle記述から 宣言型のGradle記述へ移行 #604

YumNumm opened this issue Mar 8, 2024 · 1 comment

Comments

@YumNumm
Copy link
Owner

YumNumm commented Mar 8, 2024

https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply

@YumNumm
Copy link
Owner Author

YumNumm commented May 30, 2024

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

@YumNumm YumNumm changed the title Gradle周りで怒られてるので確認 命令形のGradle記述から 宣言型のGradle記述へ以降 May 30, 2024
@YumNumm YumNumm changed the title 命令形のGradle記述から 宣言型のGradle記述へ以降 命令形のGradle記述から 宣言型のGradle記述へ移行 May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant