Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 053eb4e

Browse files
committed
fix(gradle): suppress warning about experimental Kotlin IC
1 parent 56a21e1 commit 053eb4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ kapt.include.compile.classpath=false
2727
# New incremental compilation for Kotlin
2828
kotlin.compiler.preciseCompilationResultsBackup=true
2929
kotlin.build.report.output=file
30+
kotlin.compiler.suppressExperimentalICOptimizationsWarning=true
3031

3132
# Make all Kotlin DSL warnings fail build
3233
org.gradle.kotlin.dsl.allWarningsAsErrors=true

0 commit comments

Comments
 (0)