JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.99k stars 1.16k forks source link

[gradle] Fix resource accessor name escaping. #4901

Closed terrakok closed 4 months ago

terrakok commented 4 months ago

Fixes https://github.com/JetBrains/compose-multiplatform/issues/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