Join Slack
Powered by
You can do something like this: ```data class Data...
# announcements
k
karelpeeters
10/19/2017, 8:41 AM
You
can
do something like this:
Copy code
data class Data(value: Int) { val value = value }
and then you can easily add getter and setters.
Open in Slack
Previous
Next