Skip to content

Move SnapshotParcels.kt to workflow-core. #1373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 21, 2025

Conversation

zach-klippenstein
Copy link
Collaborator

This gives workflow-core an android source set and moves the Parcelable-related Snapshot helpers to it. This makes more sense since the other Snapshot helpers are in the core module, and Parcelable isn't a UI thing it's just an android thing.

This also paves the way for go/compose-based-workflow to use these helpers to support rememberSaveable.

@zach-klippenstein zach-klippenstein requested a review from a team as a code owner July 17, 2025 15:35
@zach-klippenstein zach-klippenstein force-pushed the zachklipp/snapshotparcels branch from 93e8a16 to 63124d3 Compare July 17, 2025 15:51
@zach-klippenstein zach-klippenstein force-pushed the zachklipp/runtime-android branch from 4f94404 to 79354e3 Compare July 21, 2025 15:33
Base automatically changed from zachklipp/runtime-android to main July 21, 2025 15:58
zach-klippenstein and others added 2 commits July 21, 2025 09:02
This gives workflow-core an android source set and moves the Parcelable-related
Snapshot helpers to it. This makes more sense since the other Snapshot helpers
are in the core module, and Parcelable isn't a UI thing it's just an android thing.

This also paves the way for go/compose-based-workflow to use these helpers to
support `rememberSaveable`.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@zach-klippenstein zach-klippenstein force-pushed the zachklipp/snapshotparcels branch from 7e47bf9 to d0ac746 Compare July 21, 2025 16:02
@zach-klippenstein zach-klippenstein merged commit 9410118 into main Jul 21, 2025
64 checks passed
@zach-klippenstein zach-klippenstein deleted the zachklipp/snapshotparcels branch July 21, 2025 16:25
zach-klippenstein added a commit that referenced this pull request Jul 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants