mmmh... but I can specify `args("-jvm-target", "42...
# kobalt
j
mmmh... but I can specify
args("-jvm-target", "42")
without making the compiler failing and arguments like
Copy code
args(
        "-XXLanguage:+InlineClasses",
        "-Xuse-experimental=kotlin.Experimental",
        "-Xuse-experimental=kotlin.ExperimentalUnsignedTypes",
        "-Xuse-experimental=kotlin.contracts.ExperimentalContracts"
    )
don't seem to be applied (still have warnings in IDEA and no warning is printed in the console by the compiler)