-
Sub-task
-
Resolution: Unresolved
-
P1: Critical
-
None
-
None
Why?
Cause
- Will end to error with Gradle 9.0 and block usage
Customer
- If any for this?
Cruft
- Why this would not be needed?
What?
[warn] Mutating the dependencies of configuration ':app:implementation' after it has been resolved or consumed. This behavior has been deprecated.`:app:QtBuildTask` This will fail with an error in Gradle 9.0.
So this is what we do in the afterResolve{} block - we add the created AAR file as a dependency to the "implementation" configuration. Currently we get a warning from this and starting from Gradle 9.0 it will not work anymore.
- relates to
-
QTTA-427 QtGP Gradle version to 9
-
- Reported
-