MichaelRocks / paranoid

String obfuscator for Android applications.
Apache License 2.0
670 stars 79 forks source link

transformClassesWithParanoidFor task is still being run after disabling paranoid #67

Open choongyouqi opened 1 year ago

choongyouqi commented 1 year ago

is there a way to stop this task from executing? I have intention to not use paranoid in debug build as this task is taking up a huge chunk of our compilation time.

AndroidDeveloperLB commented 1 year ago

Duplicate of this: https://github.com/MichaelRocks/paranoid/issues/69 ? And there is a library now that uses the same code and should solve it, and it works well with normal modules but I failed to use it for AAR library module and the developers there locked the conversation too soon without letting me verify if what they provided helps: https://github.com/LSPosed/LSParanoid/issues/8