Ah. Yes, Kotlin has properties, not fields. You ca...
# getting-started
d
Ah. Yes, Kotlin has properties, not fields. You can think of a property as a Java field plus automatic getter (and setter if mutable).