:wave: :wave: How are people currently dealing wit...
# multiplatform
m
👋 👋 How are people currently dealing with string resources in compose multiplatform ui tests. AFAIK the api exposed to retrieve strings are either
stringResource
and
getString
which are
composables
and
suspend
respectively, neither of which are callable under
Copy code
runComposeUiTest
There are adhoc solutions but maybe the community already agreed on a nice approach?