Drop coroutines from compiler jar, add appropriate plugin dependency

#KT-30778 fixed
This commit is contained in:
Ilya Chernikov
2020-05-20 15:14:51 +02:00
parent 343e519f7f
commit 9d98c90881
8 changed files with 15 additions and 13 deletions
-5
View File
@@ -13,7 +13,6 @@
-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
-dontwarn com.sun.jna.NativeString
@@ -64,7 +63,6 @@
-dontwarn org.w3c.dom.Window
-dontwarn org.slf4j.**
#-libraryjars '<rtjar>'
#-libraryjars '<jssejar>'
#-libraryjars '<bootstrap.runtime>'
@@ -219,9 +217,6 @@
-keep class com.sun.tools.javac.** { *; }
-keep class com.sun.source.** { *; }
# for coroutines
-keep class kotlinx.coroutines.** { *; }
# for webdemo
-keep class com.intellij.openapi.progress.ProgressManager { *; }