Skip to content

Instantly share code, notes, and snippets.

@rayshih
Created July 22, 2015 15:06
Show Gist options
  • Save rayshih/216759f1da1519a54e84 to your computer and use it in GitHub Desktop.
Save rayshih/216759f1da1519a54e84 to your computer and use it in GitHub Desktop.
-dontoptimize
-dontobfuscate
-dontpreverify
-dontwarn scala.**
-ignorewarnings
# temporary workaround; see Scala issue SI-5397
-keep class scala.collection.SeqLike {
public protected *;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment