fix(gradle): suppress warning about experimental Kotlin IC
This commit is contained in:
parent
56a21e1788
commit
053eb4e883
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue