https://kotlinlang.org logo
s

svenjacobs

06/17/2016, 5:48 AM
Hi everyone, I’m trying to use an interface with default functions and I get the error
Copy code
Error:(14, 8) error: cannot access BaseFragmentComposite
bad class file: ...
default method found in version 50.0 classfile
Please remove or make sure it appears in the correct subdirectory of the classpath.
I thought Kotlin is fully Java 6 compatible or is this another issue?