mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 01:27:18 +02:00
fix(gradle): make Kotlin DSL warnings fail build
This commit is contained in:
parent
aa6401defa
commit
24203bae8d
|
@ -28,6 +28,9 @@ kapt.include.compile.classpath=false
|
||||||
kotlin.compiler.preciseCompilationResultsBackup=true
|
kotlin.compiler.preciseCompilationResultsBackup=true
|
||||||
kotlin.build.report.output=file
|
kotlin.build.report.output=file
|
||||||
|
|
||||||
|
# Make all Kotlin DSL warnings fail build
|
||||||
|
org.gradle.kotlin.dsl.allWarningsAsErrors=true
|
||||||
|
|
||||||
# Enable AndroidX
|
# Enable AndroidX
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue