moko-resources
moko-resources copied to clipboard
Resource class not marked as Stable
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.
@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