AFAIK, Kotlin doesn't produce Java8 bytecode that ...
# spring
d
AFAIK, Kotlin doesn't produce Java8 bytecode that use all Java8 features (someone can correct me if I'm wrong). So what you're writing it compiles into an internal Kotlin implementation of "default methods" that probably isn't using Java 8 Default methods at all