aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gradle.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index b7f95a42..bb51d2a3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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