Skip to content

Instantly share code, notes, and snippets.

@yogacp
Last active June 28, 2018 11:30
Show Gist options
  • Save yogacp/c41ec073b81efd9df6ba90b437db692a to your computer and use it in GitHub Desktop.
Save yogacp/c41ec073b81efd9df6ba90b437db692a to your computer and use it in GitHub Desktop.
Implementation #1
val movieData = movies {
it.title = "Avengers: Infinity War"
it.genres = "Action, Adventure, Fantasy, Sci-Fi"
it.release_date = "27 April 2018 (USA)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment