Correctly report locations of output files

This commit is contained in:
Andrey Breslav
2013-10-18 18:17:53 +04:00
parent 251c659e91
commit c84e582397
5 changed files with 17 additions and 27 deletions
@@ -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);