<@U0G79L96U>: by default Kotlin compiles code to J...
# announcements
i
@eropple: by default Kotlin compiles code to JRE6 bytecode. To enable JRE 8 features, like default methods in interfaces, compiler option
-jvm-target
must be used.