Saeed Ahmed
Results
1
comments of
Saeed Ahmed
> Try this workaround: > > Change (at android/build.gradle): > > ``` > subprojects { > project.buildDir = "${rootProject.buildDir}/${project.name}" > } > subprojects { > project.evaluationDependsOn(':app') > } > ```...