diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-07-06 12:32:48 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-07-06 12:36:55 +0530 |
commit | 053eb4e88377e5b66a8d3e12f06ffe893fb4bb6f (patch) | |
tree | 7c714c5962ee6403aa0ae8813206eef9cafa0b8b /gradle.properties | |
parent | 56a21e1788dbc40c86c9c19378e18b53aa4be749 (diff) |
fix(gradle): suppress warning about experimental Kotlin IC
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 1 |
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 |