Skip to content

Instantly share code, notes, and snippets.

@birojow
Last active May 13, 2024 22:18
Show Gist options
  • Save birojow/5dfb361e0a309683bfc235999bc6111e to your computer and use it in GitHub Desktop.
Save birojow/5dfb361e0a309683bfc235999bc6111e to your computer and use it in GitHub Desktop.
fun user(init: UserDsl.() -> Unit): User {
return UserDsl().apply(init).build()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment