Skip to content

Commit

Permalink
[Gradle] Suppress error about the deprecated old IC in FIR IC diagnos…
Browse files Browse the repository at this point in the history
…tic test

Relates to KT-75107, KT-68597
  • Loading branch information
ALikhachev authored and snpefk committed Feb 12, 2025
1 parent 5182ac5 commit ee48fab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class TaskExecutionDiagnosticsIT : KGPBaseTest() {
gradleProperties.appendText(
"""
|kotlin.incremental.jvm.fir=true
|kotlin.internal.suppressGradlePluginErrors=DeprecatedJvmHistoryBasedIncrementalCompilationDiagnostic
""".trimMargin()
)
}
Expand Down

0 comments on commit ee48fab

Please # to comment.