Rename -module argument to -Xbuild-file

To prevent confusion with Java 9 module-related arguments

 #KT-18754 Fixed

Original commit: 55468735df
This commit is contained in:
Alexander Udalov
2017-06-23 20:59:01 +03:00
parent 3f1c413ee9
commit eb54e42adf
@@ -205,7 +205,7 @@ class JpsKotlinCompilerRunner : KotlinCompilerRunner<JpsCompilerEnvironment>() {
private fun setupK2JvmArguments(moduleFile: File, settings: K2JVMCompilerArguments) {
with(settings) {
module = moduleFile.absolutePath
buildFile = moduleFile.absolutePath
destination = null
noStdlib = true
noReflect = true