1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

still need to bail if Build.kt exists

This commit is contained in:
evanchooly 2015-10-07 22:08:08 -04:00
parent 103e7d4c74
commit 59e6776e03

View file

@ -22,7 +22,7 @@ public class ProjectGenerator : KobaltLogger {
fun run(args: Args) {
if (File(args.buildFile).exists()) {
log(1, "Build file ${args.buildFile} already exists, not overwriting it")
// return
return
}
val compilerInfos = detect(File("."))