mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-30 23:52:40 +02:00
11 lines
351 B
Kotlin
11 lines
351 B
Kotlin
// Top-level build file where you can add configuration options common to all subprojects/modules.
|
|
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.android.library) apply false
|
|
alias(libs.plugins.jetbrains.kotlin.android) apply false
|
|
}
|
|
|
|
tasks.register<Delete>("clean") {
|
|
delete(layout.buildDirectory)
|
|
} |