Join Slack
Powered by
Say I have a project with `moduleA` and `ModuleB` ...
# gradle
d
dragas
01/19/2017, 12:02 PM
Say I have a project with
moduleA
and
ModuleB
that both depend on
libraryX
. Can I move
libraryX
out of
moduleB
and have it use `moduleA`'s version of
libraryX
? If so, how?
Open in Slack
Previous
Next