albertgao
01/15/2018, 1:38 AMsrc
, there are 8 modules: 7 of them depends on 1 module.
Previously I just import the lib
in the libs folder, and run the Build
command from menu, everything works, I get the .js
files.
Now I want to use gradle
to do the building, is there a way that I can build the seven modules one by one with dependency on that 1 module? Within one build.gradle
?