..
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
val kotlinVersion = "1.9.0"
|
||||
extra ["kotlinVersion"] = kotlinVersion
|
||||
|
||||
dependencies {
|
||||
classpath (kotlin("gradle-plugin", version = kotlinVersion))
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id ("com.android.application") version "8.2.1" apply false
|
||||
id ("com.android.library") version "8.2.1" apply false
|
||||
}
|
||||
|
||||
tasks.register<Delete>("clean") {
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
Reference in New Issue
Block a user