1 2 3 4 5 6 7
dependencies { depProjects.forEach { if (it.startsWith(":runtime-engine:")) { compileClasspath(project(path: it, configuration: "namedElements")) { transitive false } } } }