resources: Make `Text` compatible with compose
Opened this issue · 1 comments
osipxd commented
Text
keyword used for composable function, so we should rename this class to make it usable from Compose.
Also Text.get
should receive Resources
instead of Context
as a parameter. Maybe, we should also provide an extension to easily get Text value in Compose.
osipxd commented
Text
should also be annotated as @Immutable