IDEA Compile Kotlin Project Error: Cannot inline bytecode buit with JVM target 1.8 into bytecode that is being built with JVM target 1.6.Please specify proper ‘-jvm-target’ option

Reason: the target set by idea’s default kotlin compiler is 1.6, which can be modified to 1.8 or above

Similar Posts: