I have a KotlinJS project, under the `src`, there ...
# javascript
a
I have a KotlinJS project, under the
src
, 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
?