After I upgrade my Flutter version to 3.3.9 , so I need upgrade Gradle to 7.4 and AGP to 7.3 ( AGP need 7.1.2 at least).
I started getting the following build error:
* Where:
Initialization script '/Users/jiangpengyong/Documents/env/flutter/packages/flutter_tools/gradle/aar_init_script.gradle' line: 94
* What went wrong:
Cannot change dependencies of dependency configuration ':compileOnly' after it has been included in dependency resolution.
Is this the problem in this plugin? How can I solve this problem?
After I upgrade my Flutter version to 3.3.9 , so I need upgrade Gradle to 7.4 and AGP to 7.3 ( AGP need 7.1.2 at least).
I started getting the following build error:
Is this the problem in this plugin? How can I solve this problem?