Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankushg/multiplatformparcelize
Proof-of-concept for using @Parcelize in Kotlin Multiplatform projects. Read the blog post for details!
https://github.com/ankushg/multiplatformparcelize
android kotlin kotlin-multiplatform parcelable
Last synced: 20 days ago
JSON representation
Proof-of-concept for using @Parcelize in Kotlin Multiplatform projects. Read the blog post for details!
- Host: GitHub
- URL: https://github.com/ankushg/multiplatformparcelize
- Owner: ankushg
- License: mit
- Created: 2019-10-24T23:09:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T20:20:01.000Z (about 5 years ago)
- Last Synced: 2024-10-27T13:16:44.497Z (2 months ago)
- Topics: android, kotlin, kotlin-multiplatform, parcelable
- Language: Kotlin
- Homepage: https://ankushg.com/posts/multiplatform-parcelize/
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiplatformParcelize
This repo contains a proof-of-concept for using @Parcelize in Kotlin
Multiplatform projects.It is _not_ designed to be imported as a dependency into other projects.
Instead, it just serves as a (hopefully useful) guide on how to use `expect`
and `actual` declarations for Interfaces and Annotation Classes.Read the [corresponding blog post](https://ankushg.com/posts/multiplatform-parcelize/) for details!