nwh
05/31/2018, 3:47 PMPerson.new { // or 'of', 'create', 'build', etc.
name = "John"
age = 23
}
Person.new {
override val name = "John"
override val age = 23
}
The thread is over here, if you want to take a look: https://discuss.kotlinlang.org/t/automatically-generating-type-safe-builders-for-data-classes/