Correctly report locations of output files

Original commit: c84e582397
This commit is contained in:
Andrey Breslav
2013-10-18 18:17:53 +04:00
parent 75f677e705
commit 5112c43501
@@ -115,7 +115,7 @@ public class KotlinBuilder extends ModuleLevelBuilder {
assert outputDir != null : "CompilerEnvironment must have checked for outputDir to be not null, but it didn't";
OutputItemsCollectorImpl outputItemCollector = new OutputItemsCollectorImpl(outputDir);
OutputItemsCollectorImpl outputItemCollector = new OutputItemsCollectorImpl();
JpsProject project = representativeTarget.getModule().getProject();
CommonCompilerArguments commonSettings = JpsKotlinCompilerSettings.getCommonSettings(project);