mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 05:17:43 +00:00
fix(gradle): suppress warning about experimental Kotlin IC
This commit is contained in:
parent
56a21e1788
commit
053eb4e883
@ -27,6 +27,7 @@ kapt.include.compile.classpath=false
|
||||
# New incremental compilation for Kotlin
|
||||
kotlin.compiler.preciseCompilationResultsBackup=true
|
||||
kotlin.build.report.output=file
|
||||
kotlin.compiler.suppressExperimentalICOptimizationsWarning=true
|
||||
|
||||
# Make all Kotlin DSL warnings fail build
|
||||
org.gradle.kotlin.dsl.allWarningsAsErrors=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user