report generated classfiles

This commit is contained in:
Dmitry Jemerov
2011-10-17 18:46:01 +02:00
parent 9b51604c92
commit c0993c7855
@@ -92,6 +92,7 @@ public class KotlinCompiler {
File target = new File(vFile.getParent().getPath(), file);
try {
FileUtil.writeToFile(target, factory.asBytes(file));
System.out.println("Generated classfile: " + target);
} catch (IOException e) {
System.out.println(e.getMessage());
}