dylan
07/25/2024, 3:00 PMupdateScreenshotTest
task to add new snapshots
I get a error Nothing to render in Preview. Cannot generate image
and the stacktrace starts with
org.jetbrains.compose.resources.MissingResourceException: Missing resource with path: composeResources/info.package.name.generated.resources/values/strings.commonMain.cvr
It seems to render all previews which don't include string resources correctly but the ones that have a contentDescription set with stringResource(Res.strings.some_string_res)
fail to render.dylan
07/25/2024, 3:14 PM1.7.0-alpha01
which fixed the issue of loading the strings in the Preview screen in android studio.John O'Reilly
09/13/2024, 4:31 PMupdateScreenshotTest
generates an empty image (but only if loading shared strings)