Skip to content

Instantly share code, notes, and snippets.

@hosseinaminii
Created October 7, 2021 17:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hosseinaminii/7e76b82a98601d7da5ab536a3d44d1c1 to your computer and use it in GitHub Desktop.
// commonMain/Platform.kt
@OptIn(ExperimentalMultiplatform::class)
@OptionalExpectation
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.BINARY)
expect annotation class CommonParcelize()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment