mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-18 22:20:06 +08:00
13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
allprojects {
|
|
apply(from = "${rootProject.projectDir}/repositories.gradle.kts")
|
|
}
|
|
|
|
tasks.register<Delete>("clean") {
|
|
delete(rootProject.buildDir)
|
|
}
|
|
|
|
plugins {
|
|
id("com.google.devtools.ksp") version "2.0.21-1.0.27" apply false
|
|
}
|