From a28bb57bed40a32ca8479f8a5520423bc25b210d Mon Sep 17 00:00:00 2001 From: zarechenskiy Date: Tue, 22 Jul 2014 17:53:13 +0400 Subject: [PATCH] Keep javax.inject.Inject annotation in compiler after shrink To generate injectors in Eclipse --- build.xml | 4 ++++ 1 file changed, 4 insertions(+) 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 *; }