fix(gradle): make Kotlin DSL warnings fail build
This commit is contained in:
parent
aa6401defa
commit
24203bae8d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue