kpgalligan
03/11/2019, 1:42 AMspierce7
03/11/2019, 2:24 AMspierce7
03/11/2019, 2:24 AMsettings.gradle
it ends up looking something like this:
includeBuild('../anonymous-library') {
dependencySubstitution {
substitute module('org.sample:number-utils') with project(':')
}
}
spierce7
03/11/2019, 2:26 AMorg.sample:number-utils
, it will instead reroute to the root gradle module at the ../anonymous-library
folderkpgalligan
03/11/2019, 2:57 AMkpgalligan
03/11/2019, 4:43 AMkpgalligan
03/11/2019, 4:43 AM