Keep Native2AsciiCharsetProvider from being stripped by proguard

#KT-12549 Fixed
This commit is contained in:
Alexander Udalov
2016-05-30 19:06:12 +03:00
parent 93ebb3da65
commit a300dee61f
+3
View File
@@ -112,6 +112,9 @@ messages/**)
# for j2k
-keep class com.intellij.codeInsight.NullableNotNullManager { public protected *; }
# for gradle (see KT-12549)
-keep class com.intellij.lang.properties.charset.Native2AsciiCharsetProvider { *; }
# for kotlin-build-common (consider repacking compiler together with kotlin-build-common and remove this part afterwards)
-keep class com.intellij.util.io.IOUtil { public *; }
-keep class com.intellij.openapi.util.io.FileUtil { public *; }