Save target type in Kotlin Builder

This commit is contained in:
Alexey Tsvetkov
2015-08-07 16:13:14 +03:00
parent b36c841b6e
commit e90ecc48c5
9 changed files with 43 additions and 12 deletions
@@ -62,6 +62,7 @@ public abstract class AbstractModuleXmlParserTest extends TestCase {
private static String moduleToString(@NotNull Module module) {
return module.getModuleName() +
"\n\ttype=" + module.getModuleType() +
"\n\toutputDir=" + module.getOutputDirectory() +
"\n\tsources=" + module.getSourceFiles() +
"\n\tclasspath=" + module.getClasspathRoots() +