2023-04-19 05:53:59 +01:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
2023-05-04 09:07:44 +01:00
|
|
|
id("com.android.application") version "8.0.1" apply false
|
|
|
|
id("com.android.library") version "8.0.1" apply false
|
2023-04-19 05:53:59 +01:00
|
|
|
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
|
|
|
|
}
|
|
|
|
|
|
|
|
tasks.register("clean").configure {
|
|
|
|
delete(rootProject.buildDir)
|
|
|
|
}
|