Hi all, have couple questions to ask 1. Why depen...
# community-support
e
Hi all, have couple questions to ask 1. Why dependency substitution from
module
to
project
and vice versa trigger dependency resolution? 2. Is there a way to avoid this? As for the context, I’m trying to make the warning emitted by AGP gone. But, putting the dependency substitution after
taskGraph.whenReady
means we will not have a right task graph.