Question
VictorML11 opened this issue · 1 comments
VictorML11 commented
Is there any way I can exclude a certain package classes from being obfuscated?
Main class is being obfuscated every time and then I can not launch the jar later because main class is not found
Thanks!
FireMasterK commented
Well,
I am not the one who wrote SkidSuite. It was abandoned by the author.
You can use proguard if you just want to obfuscate class names or use proguard before obfuscating with this.
Thanks