Skip to content

Instantly share code, notes, and snippets.

@jwalgemoed
Last active December 28, 2017 10:08
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 jwalgemoed/cd851fa7bd6906c5351a791b36c2f4c2 to your computer and use it in GitHub Desktop.
Save jwalgemoed/cd851fa7bd6906c5351a791b36c2f4c2 to your computer and use it in GitHub Desktop.
fun contract(builder: Contract.Builder.() -> Unit): Contract
= Contract.Builder().apply(builder).build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment