[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:
committed by
teamcity
parent
6797ac7cf2
commit
ecf4d7cbd1
@@ -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 { *; }
|
||||
|
||||
Reference in New Issue
Block a user