first version
This commit is contained in:
9
build.gradle.kts
Normal file
9
build.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
plugins {
|
||||
id("com.android.application") version "7.1.2" apply false
|
||||
id("com.android.library") version "7.1.2" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.6.21" apply false
|
||||
}
|
||||
|
||||
tasks.register<Delete>("clean").configure {
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
Reference in New Issue
Block a user