This website requires JavaScript.
Explore
Sign In
mirror
/
magisk
mirror of
https://github.com/topjohnwu/magisk
Watch
2
Star
0
Fork
You've already forked magisk
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
magisk
/
app
/
build.gradle.kts
6 lines
103 B
Kotlin
Raw
Permalink
Blame
History
tasks
.
register
(
"
clean
"
)
{
subprojects
.
forEach
{
dependsOn
(
"
:app:
${it.name}
:clean
"
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink