Avoid having -d and -module set at the same time
#KT-14619 fixed
This commit is contained in:
+1
@@ -425,6 +425,7 @@ class IncrementalJvmCompilerRunner(
|
||||
javaSourceRoots = javaSourceRoots,
|
||||
classpath = classpath,
|
||||
friendDirs = listOf())
|
||||
args.destination = null
|
||||
args.module = moduleFile.absolutePath
|
||||
val outputItemCollector = OutputItemsCollectorImpl()
|
||||
@Suppress("NAME_SHADOWING")
|
||||
|
||||
Reference in New Issue
Block a user