Destructuring in Kotlin works out of the box for `...
# android
t
Destructuring in Kotlin works out of the box for
data class
classes, because the necessary
componentN()
functions are automatically generated for
data class
👍 1