Magisk/build.gradle.kts

8 lines
112 B
Kotlin

plugins {
id("MagiskPlugin")
}
tasks.register("clean", Delete::class) {
delete(rootProject.buildDir)
}