mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 01:52:39 +02:00
12 lines
349 B
Groovy
12 lines
349 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 layout.buildDirectory
|
|
}
|