Skip to content

Add escapeQuotes configuration option for Compose Resources support#31

Open
komkovla wants to merge 1 commit intomasterfrom
claude/feature-add-escaping-caracter-customisation-385nx
Open

Add escapeQuotes configuration option for Compose Resources support#31
komkovla wants to merge 1 commit intomasterfrom
claude/feature-add-escaping-caracter-customisation-385nx

Conversation

@komkovla
Copy link
Copy Markdown

Android resources require backslash-escaped quotes (e.g. We'll) while Compose Resources should not include them. This adds an escapeQuotes config option (default true) so users can opt out of quote escaping for Compose Resources generation.

Closes #30

https://claude.ai/code/session_01Ua85tgnfJjemLopadUFP3r

Android resources require backslash-escaped quotes (e.g. We\'ll) while
Compose Resources should not include them. This adds an escapeQuotes
config option (default true) so users can opt out of quote escaping
for Compose Resources generation.

Closes #30

https://claude.ai/code/session_01Ua85tgnfJjemLopadUFP3r
@komkovla komkovla self-assigned this Mar 20, 2026
}
}
} else {
str
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should consider escaping the backslashes even when the escapeQuotes is false - connect the .apply {... for both cases

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.

Feature: Add escaping caracter customisation

3 participants