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

feat: add an option to generate kotlin code for xposed #2070

Merged
merged 4 commits into from
Jan 5, 2024

Conversation

iscle
Copy link
Contributor

@iscle iscle commented Dec 28, 2023

This PR adds the ability to generate Xposed code in Kotlin instead of Java.

This saves a lot of time when creating new Xposed modules with the help of jadx, since we can avoid having to manually convert the code or copy/paste the strings.

A new setting was added, bumping the settings version to 19.

@iscle
Copy link
Contributor Author

iscle commented Dec 29, 2023

Finally, tests are passing 😂

@skylot skylot merged commit 38e64fa into skylot:master Jan 5, 2024
5 checks passed
@skylot
Copy link
Owner

skylot commented Jan 5, 2024

Looks good, thanks 👍

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