You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My existing Scala Spark (using sbt) project which compiled with -source 1.8 -target 1.8 shows
Kotlin: 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
Should I rebuild this project with 8 (which replaces 11 below)
My existing Scala Spark (using sbt) project which compiled with
-source 1.8 -target 1.8
showsShould I rebuild this project with
8
(which replaces 11 below)kotlin-spark-api/buildSrc/src/main/kotlin/Versions.kt
Line 5 in fd3299b
I tried:
and the kotlin code was
.
without
withSpark
block, it works and showsThe text was updated successfully, but these errors were encountered: