Eesa Jacobs
Results
1
comments of
Eesa Jacobs
I've had to revert back to using `project.buildDir` from `project.layout.buildDirectory` in settings.gradle. i.e. > ... > subprojects { > project.buildDir = "${rootProject.buildDir}/${project.name}" > } > ...