in kotlin it’s possible to declare interface metho...
# announcements
l
in kotlin it’s possible to declare interface methods with a body. it will behave exactly as if it was an abstract method. but if you use the interface in java, the body is ignored and you have to implements the method