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