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

[gradle] Fix resource accessor name escaping. #4901

Merged
merged 1 commit into from
May 31, 2024
Merged

Conversation

terrakok
Copy link
Collaborator

Fixes #4548

Testing

Add compose resources with name such as "package", "is" or "item_$xxx" and check that app compiles and works fine. Accessors should be properly escaped

Release Notes

Fixes - Resources

  • Fix resource accessors escaping. Now it is possible to use resources with names: "package", "is", "item_$xxx" etc

@terrakok terrakok requested a review from igordmn May 30, 2024 16:01
@terrakok terrakok merged commit 9a513c5 into master May 31, 2024
12 checks passed
@terrakok terrakok deleted the k.tskh/res-esc branch May 31, 2024 12:12
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.

XML resource names with special chars not completely quoted/escaped by generateComposeResClass
2 participants