Yes, not sure why you are using two properties. Fo...
# announcements
d
Yes, not sure why you are using two properties. For Kotlin: write a normal property (and hide it from Java with @JvmSynthetic if needed). For Java write a normal fun that returns
this
.