I have code that appears dead in its Java project, but it's being called elsewhere. How do I tell Proguard to ignore it during the shrinking stage and still obfuscate it?
It seems that you can either shrink or not shrink (all code or nothing). Is there a way to not shrink on specific class member names?