Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JADX decompiler #1073

Draft
wants to merge 9 commits into
base: exp/1.6
Choose a base branch
from
Draft

Add JADX decompiler #1073

wants to merge 9 commits into from

Conversation

NebelNidas
Copy link
Contributor

@NebelNidas NebelNidas commented Mar 15, 2024

Adds support for the JADX decompiler.

Version 1.4.7 doesn't support properly attaching Javadocs, the best I could do is adding normal comments (with //). The latest master branch fixes this, but I didn't want to depend on potentially unstable snapshot versions.

Running genSourcesWithJadx currently cashes due to some transitive dependencies not being excluded, but I've never worked with Gradle's Java API before, so I'm not sure how to do this. Which means I wasn't able to conduct proper tests yet, maybe I'll have to fix up some more stuff later down the road.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants