Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 435 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 435 Bytes

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 for details!