Closed
Description
Trying 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