mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-03 15:55:14 +00:00
fix(gradle): suppress warning about experimental Kotlin IC
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user