Rename -module argument to -Xbuild-file
To prevent confusion with Java 9 module-related arguments #KT-18754 Fixed
This commit is contained in:
+1
-1
@@ -424,7 +424,7 @@ class IncrementalJvmCompilerRunner(
|
||||
friendDirs = listOf())
|
||||
val destination = args.destination
|
||||
args.destination = null
|
||||
args.module = moduleFile.absolutePath
|
||||
args.buildFile = moduleFile.absolutePath
|
||||
args.reportOutputFiles = true
|
||||
val outputItemCollector = OutputItemsCollectorImpl()
|
||||
@Suppress("NAME_SHADOWING")
|
||||
|
||||
Reference in New Issue
Block a user