mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 21:08:29 +00:00
Create :app:clean task
This commit is contained in:
parent
eb74b266e1
commit
9c03514eb1
5
app/build.gradle.kts
Normal file
5
app/build.gradle.kts
Normal file
@ -0,0 +1,5 @@
|
||||
tasks.register("clean") {
|
||||
subprojects.forEach {
|
||||
dependsOn(":app:${it.name}:clean")
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user