mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 10:35:26 +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…
Reference in New Issue
Block a user