From 053eb4e88377e5b66a8d3e12f06ffe893fb4bb6f Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 6 Jul 2023 12:32:48 +0530 Subject: [PATCH] fix(gradle): suppress warning about experimental Kotlin IC --- gradle.properties | 1 + 1 file changed, 1 insertion(+) 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