Repo created
This commit is contained in:
parent
d6b5d53060
commit
d90a1dc8df
2145 changed files with 210227 additions and 2 deletions
22
build.gradle.kts
Normal file
22
build.gradle.kts
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
buildscript {
|
||||
dependencies {
|
||||
classpath(libs.aboutLibraries.gradle)
|
||||
classpath(libs.dagger.hilt.gradle)
|
||||
classpath(libs.sqldelight.gradle)
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.kotlinKsp) apply false
|
||||
alias(libs.plugins.kotlinSerialization) apply false
|
||||
alias(libs.plugins.aboutLibraries) apply false
|
||||
alias(libs.plugins.sqldelight) apply false
|
||||
}
|
||||
|
||||
tasks.register<Delete>("clean") {
|
||||
delete(rootProject.layout.buildDirectory)
|
||||
delete("app/src/main/res/values-in/")
|
||||
delete("app/src/main/res/values-iw/")
|
||||
delete("app/src/main/res/xml/locales_config.xml")
|
||||
// delete("app/src/main/res/raw/ne_50m_admin_0_countries.json")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue