ianbrandt
02/04/2018, 8:16 PMianbrandt
02/04/2018, 8:18 PM<bytecodeTargetLevel target="1.8">
<module name="my-module_main" target="1.8" />
<module name="my-module_test" target="1.8" />
</bytecodeTargetLevel>
ianbrandt
02/04/2018, 8:26 PMcompileKotlin {
kotlinOptions.jvmTarget = "1.8"
}
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
Andreas Sinz
02/04/2018, 8:29 PMianbrandt
02/04/2018, 8:30 PMianbrandt
02/04/2018, 8:32 PMianbrandt
02/04/2018, 8:38 PMjavap -p
from Terminal on the class file shows major version 52. Must be something with the Kotlin Bytecode view.ianbrandt
02/04/2018, 9:24 PMCzar
02/04/2018, 9:54 PMianbrandt
02/04/2018, 9:57 PM<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>