<@U3BEW1YUA|bigkahuna> uploaded a file: <Untitled>...
# getting-started
b
@User uploaded a file: Untitled and commented: FYI - for those mixing Java and Kotlin in same project, just found out that you have to explicitly declare for each compiler the expected target else you get Java 6 bytecode even though using a Java 8 compiler. Important as you may be using Java 8 features that can't be run on a Java 6 JRE.