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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user