You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@takahirom
ComposablePreviewScanner moved some methods of AndroidPreviewScreenshotIdBuilder to a different location to provide some common PreviewScreenshotIdBuilder methods for Glance and Compose Multiplatform as well.
Since the Roborazzi plugin generates code, the import does not match anymore and the auto-generated Roborazzi tests from Previews fail when using 0.7.0, as stated here: sergio-sastre/ComposablePreviewScanner#78
Ideally, we could provide the right import based on the composable PreviewScanner version.
Alternatively, I could use some kind of delegation pattern and fix it on the ComposablePreviewScanner side, in 0.7.1