Hi guys, I'm having a problem with my Flutter project. Here's the error I get when I try to compile the project. How to resolve ?:
`AILURE: Build failed with an exception.
-
What went wrong:
Execution failed for task ':gradle:jar'.Entry FlutterPlugin.class is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/8.5/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.
-
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 10s
Running Gradle task 'assembleDebug'... 10,8s
Error: Gradle task assembleDebug failed with exit code 1`
Top comments (0)