Please specify proper '-jvm-target' optionkotlin(INLINE_FROM_HIGHER_PLATFORM)
See original GitHub issueTrying to use the plugin with java 11 on OSX.
openjdk 11.0.1 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode)
It is a simple project generate via springr.
I get the following error
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' optionkotlin(INLINE_FROM_HIGHER_PLATFORM)

You can reproduce using this repo https://github.com/laibulle/spring-kotlin-sample. The code run via
gradle bootRun
Best regards
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:16 (6 by maintainers)
Top Results From Across the Web
How do I set the jvm target for android studio using gradle and ...
Cannot inline bytecode built with JVM target 1.7 into bytecode that is being built with JVM target 1.6. Please specify proper '-jvm-target' ...
Read more >IntelliJ plugin uses wrong JVM target when Kotlin Facet is not ...
IntelliJ plugin uses wrong JVM target when Kotlin Facet is not configured. 8. Is duplicated by 2 ... Please specify proper '-jvm-target' option....
Read more >[Solved] Can not inline bytecode built with JVM target 1.8 into ...
[Solved] Can not inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target ... Please specify proper...
Read more >How to configure Kotlin target JVM - CUBA.Platform
Please specify proper '-jvm-target' option. Setting the proper target JVM in the project settings is possible, but doesn't seem to be a ...
Read more >Kotlin compiler options
If you're using Gradle, specify the compiler arguments in the kotlinOptions property of the ... Automatically sets -jvm-target version .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed by #128.
I switch back to Java 8
and still have the same message.