icerockdev / moko-resources

Resources access for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
1.11k stars 123 forks source link

Fix '?' prefix being unescaped on Android target #778

Open dewantawsif opened 1 month ago

dewantawsif commented 1 month ago

Some of our translation (Arabic mostly) started with '\?' but after updating to moko-resource:0.24.3 those started to become unescaped in android generated files. Which resulted in build failure.

This was a side effect of https://github.com/icerockdev/moko-resources/pull/761

dewantawsif commented 1 month ago

PR probably needs a rebase since I originally made it on top of master

dewantawsif commented 1 month ago

@Alex009 pinging you since its been some weeks