Keep org.jetbrains.kotlin.** when shrinking compiler

This commit is contained in:
Alexander Udalov
2015-01-04 00:50:28 +03:00
parent 64c00efc92
commit e73ffe76a0
+4
View File
@@ -554,6 +554,10 @@
public protected *;
}
-keep class org.jetbrains.kotlin.** {
public protected *;
}
-keep class jet.** {
public protected *;
}