bmsantos
01/08/2016, 2:38 AMproject_root/kobalt/src/Build.kt
project_root/moduleA/kobalt/src/Build.kt
project_root/moduleB/kobalt/src/Build.kt
then Root project should have a descriptor similar to:
val project = modularProject {
modules(“moduleA”, “moduleB”)
}
When building we should have the option to say:
./kotlinw assemble —module moduleA
This is because of module dependencies.