I have a can that uses another can as a library. I want them both to be confused.
Quoting ProGuard documentation :
ProGuard requires libraries (or wars, ears, zippers or catalogs) of input cans that must be specified. These are essentially the libraries you need to compile the code. ProGuard uses them to recover class dependencies that are necessary for proper handling. Library tanks always remain unchanged . You should still put them in the class path of your final app.
How can I change this behavior?
UPDATE:
I canโt use incremental obfuscation because I donโt know what to specify as entry points for the library.
source share