Skip to content

Instantly share code, notes, and snippets.

@rpiotrow
Last active August 26, 2019 07:52
Show Gist options
  • Save rpiotrow/4290b79bd6aca6295a8f4f53b40f049f to your computer and use it in GitHub Desktop.
Save rpiotrow/4290b79bd6aca6295a8f4f53b40f049f to your computer and use it in GitHub Desktop.
data class Employee (
val id: Long,
val firstName: String,
val lastName: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment