4 lines
87 B
Kotlin
4 lines
87 B
Kotlin
tasks.register("build") {
|
|
dependsOn(subprojects.map { it.tasks.named("build") })
|
|
}
|