Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created March 31, 2026 00:59
Show Gist options
  • Select an option

  • Save skydoves/de23a929d85121062f4bb5e64dbbe830 to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/de23a929d85121062f4bb5e64dbbe830 to your computer and use it in GitHub Desktop.
Compose HotSwan - Data class property addition
data class User(
val firstName: String,
val lastName: String,
val avatarUrl: String // Newly added property
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment