Details
-
Task
-
Resolution: Unresolved
-
P1: Critical
-
None
-
None
-
None
Description
[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.