report generated classfiles
This commit is contained in:
@@ -92,6 +92,7 @@ public class KotlinCompiler {
|
|||||||
File target = new File(vFile.getParent().getPath(), file);
|
File target = new File(vFile.getParent().getPath(), file);
|
||||||
try {
|
try {
|
||||||
FileUtil.writeToFile(target, factory.asBytes(file));
|
FileUtil.writeToFile(target, factory.asBytes(file));
|
||||||
|
System.out.println("Generated classfile: " + target);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
System.out.println(e.getMessage());
|
System.out.println(e.getMessage());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user