Skip to content

Instantly share code, notes, and snippets.

@hosseinaminii
Created October 8, 2021 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hosseinaminii/dbd60829ae90e111b3c6a930e0015f6a to your computer and use it in GitHub Desktop.
Save hosseinaminii/dbd60829ae90e111b3c6a930e0015f6a to your computer and use it in GitHub Desktop.
Android Parcelable in Kotlin Multiplatform
// shared module
plugins {
...
id("kotlin-parcelize")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment