Files
Radio/build.gradle
2025-04-27 15:07:05 +02:00

11 lines
366 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.6.1' apply false
id 'com.android.library' version '8.6.1' apply false
id 'org.jetbrains.kotlin.android' version "1.9.21" apply false
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
}