Add ProGuard exceptions for dokka using Grammar-Kit.

This commit is contained in:
Ilya Ryzhenkov
2014-09-25 21:38:32 +04:00
parent d44926ffde
commit 878ebb9575
+5 -1
View File
@@ -472,8 +472,12 @@
public protected *;
}
# for kdoc
# for kdoc & dokka
-keep class com.intellij.openapi.util.TextRange { *; }
-keep class com.intellij.lang.impl.PsiBuilderImpl* {
public protected *;
}
-keep class com.intellij.openapi.util.text.StringHash { *; }
-keepclassmembers enum * {
public static **[] values();