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
It seems that 2.0.0-alpha05 enforces the feature/common/src/androidUnitTest path as a hard requirement for the paparazzi.snapshot.input.dir property in KMP projects. While this aligns with the modern KMP layout, it can be a breaking change for projects still using the legacy layout or projects mid-migration.
Would it be possible for Paparazzi to:
Fall back to src/test/snapshots if src/androidUnitTest/snapshots is missing?
Or, provide a more descriptive migration warning instead of a Gradle configuration failure?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
It seems that 2.0.0-alpha05 enforces the feature/common/src/androidUnitTest path as a hard requirement for the
paparazzi.snapshot.input.dirproperty in KMP projects. While this aligns with the modern KMP layout, it can be a breaking change for projects still using the legacy layout or projects mid-migration.Would it be possible for Paparazzi to:
All reactions