Skip to content

Instantly share code, notes, and snippets.

@steliosfran
Last active November 17, 2022 09:33
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 steliosfran/1f2d2ac9cf48b9725aea5f5d6eb2a556 to your computer and use it in GitHub Desktop.
Save steliosfran/1f2d2ac9cf48b9725aea5f5d6eb2a556 to your computer and use it in GitHub Desktop.
@JsonClass(generateAdapter = true)
data class Person(
val name: String,
val age: Int
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment