mirror of
http://180.163.74.83:13000/zhangzhenghao/MPVN_Android.git
synced 2025-12-12 15:24:30 +00:00
9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
|
|
plugins {
|
||
|
|
id("com.android.application") version "8.6.0" apply false
|
||
|
|
id("org.jetbrains.kotlin.android") version "1.9.24" apply false
|
||
|
|
}
|
||
|
|
|
||
|
|
tasks.register("clean", Delete::class) {
|
||
|
|
delete(rootProject.layout.buildDirectory)
|
||
|
|
}
|