Skip to content
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

Use androidx.core-bundle #26

Merged
merged 2 commits into from
May 25, 2024
Merged

Use androidx.core-bundle #26

merged 2 commits into from
May 25, 2024

Conversation

ogaclejapan
Copy link
Contributor

Switched from our custom CommonBundle to the standard Bundle included in the compose-multiplatform-core core-bundle package.

ref. https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/core/core-bundle/src/commonMain/kotlin/androidx.core.bundle/Bundle.kt

With this change, we have discontinued the KMP implementation of CommonParcelable and decided to provide Parcelable exclusively for the Android Platform.

For the KMP implementation, we will consider supporting Kotlin Serialization.

@ogaclejapan ogaclejapan added the breaking-change Breaking Changes label May 25, 2024
@ogaclejapan ogaclejapan merged commit 323ebc9 into main May 25, 2024
@ogaclejapan ogaclejapan deleted the core-bundle branch May 25, 2024 11:06
@github-actions github-actions bot mentioned this pull request Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Breaking Changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant