Refactor build.gradle
This commit is contained in:
parent
4938e9acee
commit
cfbb1d190e
1 changed files with 1 additions and 2 deletions
|
@ -25,10 +25,9 @@ allprojects {
|
|||
}
|
||||
|
||||
rootProject.buildDir = '../build'
|
||||
|
||||
subprojects {
|
||||
project.buildDir = "${rootProject.buildDir}/${project.name}"
|
||||
}
|
||||
subprojects {
|
||||
project.evaluationDependsOn(':app')
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue