Nikky
03/27/2020, 7:05 PMCannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please specify proper '-jvm-target' option
i have thise code in place... and it used to work
compilerOptions.append("-jvm-target 1.8")
has anything changed there ?Nikky
03/29/2020, 1:54 AMcompilerOptions.append("-jvm-target", "1.8")
works.. but idea still marks those lines are errors
is there anything i need to add to the ide configuration as well ?ilya.chernikov
03/30/2020, 12:37 PM