so just add ``` kotlinCompiler { args(”-jvm-targ...
# kobalt
c
so just add
Copy code
kotlinCompiler {
  args(”-jvm-target", "1.8")
}