mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-20 14:22:52 -08:00
6 lines
103 B
Kotlin
6 lines
103 B
Kotlin
tasks.register("clean") {
|
|
subprojects.forEach {
|
|
dependsOn(":app:${it.name}:clean")
|
|
}
|
|
}
|