Skip to content

Instantly share code, notes, and snippets.

@hosseinaminii
Created October 7, 2021 09:09
Show Gist options
  • Save hosseinaminii/bfc34be015fe65dbeb5dfd4a5b5a396f to your computer and use it in GitHub Desktop.
Save hosseinaminii/bfc34be015fe65dbeb5dfd4a5b5a396f to your computer and use it in GitHub Desktop.
Android Parcelable in Kotlin Multiplatform
typealias MyClass = TooLongAndUglyNameClass
fun foo(p: MyClass) {
// Some logics
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment