Nikky
10/23/2018, 12:17 PMScriptDiagnostic(message=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, severity=ERROR, location=Location(start=Position(line=101, col=35, absolut
how or where do i configure compilation options like this ?
i found tat i can do this:
compilerOptions.append("-jvm-target", "1.8")
but it has no effectilya.chernikov
10/23/2018, 12:37 PM.append
, if it is the first/the only usage of the parameter.Nikky
10/23/2018, 2:36 PMilya.chernikov
10/25/2018, 3:09 PM