Skip to content

Instantly share code, notes, and snippets.

@skydoves
Last active February 27, 2024 04:43
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 skydoves/934818af7c53618df392648daaae5ddb to your computer and use it in GitHub Desktop.
Save skydoves/934818af7c53618df392648daaae5ddb to your computer and use it in GitHub Desktop.
stable_data_class
data class User(
val id: Int,
val name: String,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment