Skip to content

Commit ddd53b6

Browse files
committed
fix(kotlin):change build directorys
1 parent 7b7f064 commit ddd53b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ allprojects {
2727
}
2828
}
2929

30+
rootProject.buildDir = '../build'
31+
subprojects {
32+
project.buildDir = "${rootProject.buildDir}/${project.name}"
33+
}
34+
3035
subprojects {
3136
project.evaluationDependsOn(':app')
3237
}

0 commit comments

Comments
 (0)