RedMadRobot/gears-android

resources: Make `Text` compatible with compose

Opened this issue · 1 comments

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.

Text should also be annotated as @Immutable