From e388b1df363b1c708466ce8899cce90a94181ec9 Mon Sep 17 00:00:00 2001 From: Roman Golyshev Date: Tue, 2 Aug 2022 13:34:08 +0200 Subject: [PATCH] [213] Ignore proguard warning about `com.intellij.util.io.WalRecord$Companion` KTI-1114 --- prepare/compiler/compiler.pro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prepare/compiler/compiler.pro b/prepare/compiler/compiler.pro index 8fd90032b98..b2e575cddff 100644 --- a/prepare/compiler/compiler.pro +++ b/prepare/compiler/compiler.pro @@ -67,6 +67,11 @@ -dontwarn org.w3c.dom.Window -dontwarn org.slf4j.** +# This class in com.intellij.platform.utils has accidental dependency on Java 11, +# but it is not used in the production code, so it should be fine to ignore this. +# The fix commit in platform: cbf405263b98ef2ad0ecb0d5a47dc18e1b325c9f +-dontwarn com.intellij.util.io.WalRecord$Companion + #-libraryjars '' #-libraryjars '' #-libraryjars ''