[Commonizer] Use compact variants of collections to reduce memory footprint
This commit is contained in:
@@ -269,3 +269,10 @@
|
||||
}
|
||||
|
||||
-dontwarn org.jetbrains.kotlin.fir.**
|
||||
|
||||
# used in commonizer
|
||||
-keep class com.intellij.util.SmartFMap {
|
||||
public static ** emptyMap();
|
||||
public ** plus(java.lang.Object, java.lang.Object);
|
||||
public ** plusAll(java.util.Map);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user