Refactor build.gradle

This commit is contained in:
Vishnu Mohandas 2020-05-02 02:09:36 +05:30
parent 4938e9acee
commit cfbb1d190e

View file

@ -25,10 +25,9 @@ allprojects {
}
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}