Skip to content

Instantly share code, notes, and snippets.

@yogacp
Created June 28, 2018 11:36
Show Gist options
  • Save yogacp/b34c28376dff68cbb6b07971442a3ceb to your computer and use it in GitHub Desktop.
Save yogacp/b34c28376dff68cbb6b07971442a3ceb to your computer and use it in GitHub Desktop.
Movie DSL 2
/**
* Create function to store movies data
*/
fun movies(inputs: Movies.() -> Unit): Movies = Movies().apply(inputs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment