Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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!