[Build] Keep com.intellij.openapi.util.text.StringUtil in proguard rules

This class is required for test framework, so without new rule it's
  impossible to use it outside of Kotlin project
This commit is contained in:
Dmitriy Novozhilov
2022-04-13 19:22:37 +04:00
committed by teamcity
parent 6797ac7cf2
commit ecf4d7cbd1
+3
View File
@@ -285,3 +285,6 @@
public ** plus(java.lang.Object, java.lang.Object);
public ** plusAll(java.util.Map);
}
# This class is needed for test framework
-keep class com.intellij.openapi.util.text.StringUtil { *; }