From ebcf306ecc814b8746bc31436bd3cafee0ccfd13 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Tue, 18 Jun 2019 15:37:29 +0300 Subject: [PATCH] Update proguard rules for 192 idea --- compiler/compiler.pro.192 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compiler/compiler.pro.192 b/compiler/compiler.pro.192 index 03c1ab31468..99084faf4ea 100644 --- a/compiler/compiler.pro.192 +++ b/compiler/compiler.pro.192 @@ -15,9 +15,6 @@ messages/**) -outjars '' -dontnote ** --dontwarn com.intellij.util.ui.IsRetina* --dontwarn com.intellij.util.ui.UIUtilities --dontwarn com.intellij.util.RetinaImage* -dontwarn apple.awt.* -dontwarn dk.brics.automaton.* -dontwarn org.fusesource.** @@ -28,6 +25,10 @@ messages/**) -dontwarn com.intellij.util.SVGLoader -dontwarn com.intellij.util.SVGLoader$MyTranscoder -dontwarn com.intellij.util.ImageLoader$ImageDesc +-dontwarn com.intellij.util.ui.** +-dontwarn com.intellij.ui.** +-dontwarn com.intellij.util.IconUtil +-dontwarn com.intellij.util.ImageLoader -dontwarn kotlinx.coroutines.flow.FlowKt__MergeKt -dontwarn net.sf.cglib.** -dontwarn org.objectweb.asm.** # this is ASM3, the old version that we do not use