summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index a34b3c1b..b7f95a42 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -28,6 +28,9 @@ kapt.include.compile.classpath=false
kotlin.compiler.preciseCompilationResultsBackup=true
kotlin.build.report.output=file
+# Make all Kotlin DSL warnings fail build
+org.gradle.kotlin.dsl.allWarningsAsErrors=true
+
# Enable AndroidX
android.useAndroidX=true