Carlos Valencia
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
Landry Norris
build.gradle.kts
jvmToolchain { languageVersion.set(JavaLanguageVersion.of(11)) }
A modern programming language that makes developers happier.