Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active March 30, 2020 17:00
Show Gist options
  • Select an option

  • Save akexorcist/c1d36ffa25286afc5a2a1ebc34916705 to your computer and use it in GitHub Desktop.

Select an option

Save akexorcist/c1d36ffa25286afc5a2a1ebc34916705 to your computer and use it in GitHub Desktop.
val user1 = User("Akexorcist").also {
it.age = 17
it.job = "Android Developer"
it.company = "Nextzy Technologies"
}
val user2 = User("Android Studio").also {
it.age = 5
it.job = "Integrated Development Environment"
it.company = "Google & JetBrains
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment