Carlos Valencia
01/12/2023, 5:11 PMCannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option
I am using kgraphql in ktor but I am seeing this problem. Not sure how to fix it.Landry Norris
01/12/2023, 5:23 PMCarlos Valencia
01/12/2023, 5:26 PMbuild.gradle.kts
I know in Android But I don't see any example for Ktor.Landry Norris
01/12/2023, 5:29 PMjvmToolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
Landry Norris
01/12/2023, 5:30 PMCarlos Valencia
01/12/2023, 5:37 PM