Jonathan
09/25/2018, 1:59 PMargs("-jvm-target", "42")
without making the compiler failing and arguments like
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)