Then you probably should treat Kotlin classes the ...
# announcements
o
Then you probably should treat Kotlin classes the same way. It would be counterintuitive to have a Java class with
setName
method and a private
name
field, and then some trivial logic in
setName
but not just field setting, and then convert Java class to Kotlin and be very much surprised…