Skip to content

Commit

Permalink
fix: same name subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
gopi2401 committed Oct 7, 2024
1 parent ddacdc3 commit bfb22e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ allprojects {
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
project.evaluationDependsOn(':app')
}

tasks.register("clean", Delete) {
Expand Down

0 comments on commit bfb22e1

Please sign in to comment.