i am getting this error again: `Cannot inline byte...
# scripting
n
i am getting this error again:
Cannot 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
Copy code
compilerOptions.append("-jvm-target 1.8")
has anything changed there ?
so
Copy code
compilerOptions.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 ?
i
These options should work for both compiler and IDE. Can you give some more details, so I can try to diagnose or reproduce the problem.