Does Doodle's desktop target have to be in java 11...
# doodle
a
Does Doodle's desktop target have to be in java 11? I'm having a hard time getting it to compile. I have the target set to 11 just like the example in the docs, but I keep getting this error:
Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option
. I've tried restarting the IDE, changing the target to 1.8, and removing all other dependencies.