Skip to content

Instantly share code, notes, and snippets.

@ch8n
Last active April 3, 2021 20:00
Show Gist options
  • Save ch8n/463fd8386fc2616cb97eab6226661287 to your computer and use it in GitHub Desktop.
Save ch8n/463fd8386fc2616cb97eab6226661287 to your computer and use it in GitHub Desktop.
...
// it looks ugly 😵 IMO
fun setup(binding:MainLayoutBinding?) = binding?.run {
textName.text = "ch8n"
textTwitter.text = "twitter@ch8n2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment