mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-21 16:47:08 +02:00
10 lines
365 B
Groovy
10 lines
365 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.0.1' apply false
|
|
id 'com.android.library' version '8.0.1' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
|
|
}
|
|
|
|
tasks.register('clean', Delete) {
|
|
delete rootProject.buildDir
|
|
} |