mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-11 00:41:10 +02: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
|
# New incremental compilation for Kotlin
|
||||||
kotlin.compiler.preciseCompilationResultsBackup=true
|
kotlin.compiler.preciseCompilationResultsBackup=true
|
||||||
kotlin.build.report.output=file
|
kotlin.build.report.output=file
|
||||||
|
kotlin.compiler.suppressExperimentalICOptimizationsWarning=true
|
||||||
|
|
||||||
# Make all Kotlin DSL warnings fail build
|
# Make all Kotlin DSL warnings fail build
|
||||||
org.gradle.kotlin.dsl.allWarningsAsErrors=true
|
org.gradle.kotlin.dsl.allWarningsAsErrors=true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue