In Kotlin, if I’m using `by` to delegate the imple...
# announcements
k
In Kotlin, if I’m using
by
to delegate the implementation of a Java 8 interface containing default methods to something, does anybody know if methods with default implementations on the interface are supposed to be delegated or not?
d
k
thanks