Drop org.jetbrains.jet exception in proguard

This commit is contained in:
Alexander Udalov
2015-01-12 21:52:36 +03:00
parent 093839b860
commit 6873e34a09
-4
View File
@@ -546,10 +546,6 @@
public protected *;
}
-keep class org.jetbrains.jet.** {
public protected *;
}
-keep class org.jetbrains.kotlin.** {
public protected *;
}