autobahn-java
autobahn-java copied to clipboard
Feature request: support for Proguard
It would be nice if the library provided Proguard rules.
Right now, we have to disabled proguard completely for the package to make sure it continues working:
-keep class io.crossbar.** { *; }
would you have a PR we can test?