-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When Difference is used in a project that targets JVM 11, compilation fails with the following error:
Cannot inline bytecode built with JVM target 17 into bytecode that is being built with JVM target 11. Specify proper '-jvm-target' option.
My understanding is that Difference is compiled with JVM target 17, so it cannot be used by projects that are targeting a lower JVM version. Could this be changed to maintain broader compatibility? Otherwise, this forces all consumers of libraries that depend on Difference to also use JVM target 17+, creating a ripple effect that limits backwards compatibility.
Metadata
Metadata
Assignees
Labels
No labels