moko-resources icon indicating copy to clipboard operation
moko-resources copied to clipboard

Resource class not marked as Stable

Open Nailik opened this issue 2 years ago • 1 comments

While evaluating compose performance i found that StringResource is not considered stable in compose unstable text: StringResource. This should be fixed to improve compose performance. More information can be found here: https://github.com/androidx/androidx/blob/androidx-main/compose/compiler/design/compiler-metrics.md.

Adding the @Stable annotation in the generated files should help to fix this issue.

Nailik avatar Apr 09 '23 13:04 Nailik

@Alex009 with kotlinx.collections.immutable 3.6.0 there is now finally support for all architectures therefore i think this could be done in the next release

Nailik avatar Oct 05 '23 21:10 Nailik