1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -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() it.exists()
} }
} catch(ex: NoSuchElementException) { } catch(ex: NoSuchElementException) {
return File("Build.kt") return File(KFiles.joinFileAndMakeDir("kobalt", "src", "Build.kt"))
} }
} }
} }