mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-12 19:15:23 +01:00
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
plugins {
|
|
id("MagiskPlugin")
|
|
}
|
|
|
|
tasks.register("clean", Delete::class) {
|
|
delete(rootProject.layout.buildDirectory)
|
|
}
|