In the View world we could use the @tools:sample/* resources to get sample texts, like full_names, first_names, cities, dates and so on.
These annotations were used, afaik, by Android Studio layout editor to be able to see mock data on the editor.
In the Compose world there is no xml, therefore no @tools:sample/*.
Is there any way for Android Studio to still use those sample test inside the @Composable functions? Or is there any other built in solution for Compose?