Files
Radio/build.gradle
2025-12-19 11:16:09 +00:00

11 lines
368 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.13.2' apply false
id 'com.android.library' version '8.6.1' apply false
id 'org.jetbrains.kotlin.android' version "2.1.0" apply false
}
tasks.register('clean', Delete) {
delete rootProject.buildDir()
}