diff --git a/build.xml b/build.xml index 148f1c6e14c..6149fd3a870 100644 --- a/build.xml +++ b/build.xml @@ -447,6 +447,10 @@ public protected *; } + -keep class javax.inject.** { + public protected *; + } + -keep class org.jetbrains.k2js.** { public protected *; }