This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-05-08 11:27:43 +02:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
plugins {
|
2023-11-01 10:24:00 +01:00
|
|
|
id 'com.android.application' version '8.1.2' apply false
|
|
|
|
|
id 'com.android.library' version '8.1.2' apply false
|
2023-05-08 11:27:43 +02:00
|
|
|
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-01 10:24:00 +01:00
|
|
|
tasks.register('clean', Delete) {
|
2023-05-08 11:27:43 +02:00
|
|
|
delete rootProject.buildDir
|
|
|
|
|
}
|