I'm trying to extend a java interface to a kotlin ...
# announcements
l
I'm trying to extend a java interface to a kotlin class. The interface has some variables defined. Trying to access MyKotlinClass.InterfaceVariable fails. Is this a kotlin bug?