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:
parent
443e9d0bde
commit
6477c097cc
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue