mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-01 19:26:48 +01:00
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
plugins {
|
|
alias(libs.plugins.android).apply(false)
|
|
alias(libs.plugins.kotlinAndroid).apply(false)
|
|
alias(libs.plugins.ksp).apply(false)
|
|
}
|
|
|
|
tasks.register<Delete>("clean") {
|
|
delete {
|
|
rootProject.buildDir
|
|
}
|
|
}
|