Skip to content

Instantly share code, notes, and snippets.

@dilrajsingh1997
Created December 2, 2021 19:48
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 dilrajsingh1997/528cb7ba1009b03d4bc460738a459979 to your computer and use it in GitHub Desktop.
Save dilrajsingh1997/528cb7ba1009b03d4bc460738a459979 to your computer and use it in GitHub Desktop.
if (!(propertyInfo.composeArgumentType == ComposeArgumentType.PARCELABLE ||
propertyInfo.composeArgumentType == ComposeArgumentType.PARCELABLE_ARRAY ||
propertyInfo.composeArgumentType == ComposeArgumentType.SERIALIZABLE
)) {
return@forEach
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment