mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +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.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