Initial commit
This commit is contained in:
12
build.gradle.kts
Normal file
12
build.gradle.kts
Normal file
@@ -0,0 +1,12 @@
|
||||
// Top-level build file
|
||||
plugins {
|
||||
id("com.android.application") version "8.2.0" apply false
|
||||
id("com.android.library") version "8.2.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.48" apply false
|
||||
}
|
||||
|
||||
tasks.register("clean", Delete::class) {
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user