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

Default Build.kt is now in kobalt/src.

This commit is contained in:
Cedric Beust 2015-12-13 07:22:28 +04:00
parent 443e9d0bde
commit 6477c097cc

View file

@ -261,7 +261,7 @@ private class Main @Inject constructor(
it.exists()
}
} catch(ex: NoSuchElementException) {
return File("Build.kt")
return File(KFiles.joinFileAndMakeDir("kobalt", "src", "Build.kt"))
}
}
}