Do nothing if there is no files to write
This commit is contained in:
+2
@@ -166,6 +166,8 @@ public class CodegenTestsOnAndroidGenerator extends UsefulTestCase {
|
||||
}
|
||||
|
||||
private void writeFiles(List<KtFile> filesToCompile) {
|
||||
if (filesToCompile.isEmpty()) return;
|
||||
|
||||
System.out.println("Generating " + filesToCompile.size() + " files...");
|
||||
OutputFileCollection outputFiles;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user