summaryrefslogtreecommitdiff
path: root/examples/scala.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scala.pro')
-rw-r--r--examples/scala.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/scala.pro b/examples/scala.pro
index 658fc77..3b69c3c 100644
--- a/examples/scala.pro
+++ b/examples/scala.pro
@@ -96,14 +96,14 @@
# Preserve all native method names and the names of their classes.
--keepclasseswithmembernames class * {
+-keepclasseswithmembernames,includedescriptorclasses class * {
native <methods>;
}
# Preserve the special static methods that are required in all enumeration
# classes.
--keepclassmembers class * extends java.lang.Enum {
+-keepclassmembers,allowoptimization enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}