mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 00:42:40 +02:00
5978aab0aa
- Updated the Gradle Structure. - libs.versions.toml added.
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()
|
|
}
|