likewise, going from Kotlin to Java, if you have a...
# announcements
t
likewise, going from Kotlin to Java, if you have a Java class that is using something from a Kotlin class, then you can call
getFieldName()
or
setFieldName()
on `var`s and only
getFieldName()
on `val`s