Avoid having -d and -module set at the same time

#KT-14619 fixed
This commit is contained in:
Alexey Tsvetkov
2017-01-31 14:57:42 +03:00
parent 9b5129a0f3
commit c57dac159b
5 changed files with 14 additions and 6 deletions
@@ -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")