mirror of
https://github.com/Michatec/Radio.git
synced 2026-04-01 07:56:27 +02:00
12 lines
350 B
Groovy
12 lines
350 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/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('clean', Delete) {
|
|
delete rootProject.buildDir()
|
|
}
|