Skip to content

Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8 #579

Open
@sheu

Description

@sheu

I cloned this project and added my own kotlin library that is compiled with java 11 as the target. I however cannot run code that requires fold operation based on the result of library operations. The server returns 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"

What JVM target is used to the the code passed my /run endpoint?. How can I specify the jvm target for run calls?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions