[Commonizer] Use compact variants of collections to reduce memory footprint

This commit is contained in:
Dmitriy Dolovov
2020-10-30 00:59:49 +03:00
parent 30bf7b87fe
commit 734dff6282
26 changed files with 227 additions and 125 deletions
+7
View File
@@ -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);
}