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.24k stars 1.11k forks source link

Ress Class name - Compose multiplatform resources #4942

Closed mpierucci closed 2 weeks ago

mpierucci commented 2 weeks ago

For compose multiplatform resources it would be nice to allow config for setting the name of the generated class, similar to how mokko does it. Something like

resClassName.set("MyName")

terrakok commented 2 weeks ago

duplicates https://github.com/JetBrains/compose-multiplatform/issues/4763