If I have a Java interface that declares a traditi...
# getting-started
r
If I have a Java interface that declares a traditional getter/setter (say, declares string getFoo(), void setFoo(string value)), is there any way to implement this interface using a Kotlin class, and use a Kotlin property to provide the implementation for those two methods?