From 6873e34a09f42e4d57ad4c3f919f028b596e2ec4 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 12 Jan 2015 21:52:36 +0300 Subject: [PATCH] Drop org.jetbrains.jet exception in proguard --- build.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.xml b/build.xml index 270853fa1e6..a7e6054144c 100644 --- a/build.xml +++ b/build.xml @@ -546,10 +546,6 @@ public protected *; } - -keep class org.jetbrains.jet.** { - public protected *; - } - -keep class org.jetbrains.kotlin.** { public protected *; }