subprojects { if (!childProjects) { rootProject.dependencies { runtime project(path) } project.buildDir = 'build/buildSrc' } }