Does anyone know how I can pickup `implementation ...
# gradle
y
Does anyone know how I can pickup
implementation project(":foo:bar")
from the gradle
ConfigurationContainer
? Basically what I am trying to do is swap out project dependency to maven dependency during publishing so those dependencies can be included within the AAR’s POM file.