Continue cleaning gradle files
This commit is contained in:
parent
8b53edc524
commit
ef0252aa94
18 changed files with 112 additions and 108 deletions
11
build.gradle.kts
Normal file
11
build.gradle.kts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.android.library) apply false
|
||||
alias(libs.plugins.kotlin.android) apply false
|
||||
alias(libs.plugins.ksp) apply false
|
||||
}
|
||||
|
||||
tasks.register<Delete>("clean").configure {
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue