mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2025-12-28 05:14:28 +00:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
|
alias(libs.plugins.com.android.application) apply false
|
|
alias(libs.plugins.org.jetbrains.kotlin.android) apply false
|
|
}
|
|
|
|
allprojects {
|
|
tasks.withType<JavaCompile> {
|
|
options.compilerArgs.add("-Xlint:deprecation")
|
|
}
|
|
}
|