When implementing a Kotlin interface (which contain methods with a method body) in Java, I get the error that I need to implement those methods. When I implement those in Kotlin I don't need to do this. Is there a way to use these methods in Java in the same way as default methods?