Skip to content

Revised the ProGuard rules and added tests on R8 #3041

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shanshin
Copy link
Contributor

  • The warning message about unusual symbols in field type is eliminated.
  • Added correct rules for named companions
  • Changed code for the locating name companion by annotation. Since the list of nested classes is not saved by R8, static fields are analyzed
  • added tests on the rules using R8 in full mode and ProGuard compatibility mode

Fixes #3033

- The warning message about unusual symbols in field type is eliminated.
- Added correct rules for named companions
- Changed code for the locating name companion by annotation. Since the list of nested classes is not saved by R8, static fields are analyzed
- added tests on the rules using R8 in full mode and ProGuard compatibility mode

Fixes #3033
@shanshin shanshin requested a review from sandwwraith July 11, 2025 09:32
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.

New ProGuard implementation in #2983 causes R8 warning
1 participant