ikej
02/11/2017, 6:12 PM-Xskip-runtime-version-check
to the compiler. In gradle I can write compileKotlin.kotlinOptions.freeCompilerArgs = ['-Xskip-runtime-version-check']
and it works, but the gradle project import does not pick up this argument. I can manually add it to the Kotlin facet but it is gone after each new project import. Is there a way to get persistent command line options for the compiler?