You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
I have a problem with configuration proguard on scala 2.10. I tried add proguard.cfg to project in sbt but this doesn't work as I expected. On scala 2.9.2 everything is ok only I need add "-keep class scala.Function1" in Bulid.scala.
I use proguard.cfg from https://github.com/pocorall/hello-scaloid-maven. I tried build this maven project and everything is allright when I delete proguard file i gets the same notes as in my Sbt project. Maybe somebody explain me what to do with this.