1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2016-05-07 08:36:56 -07:00
parent 025f2de38e
commit 86069ed0ef

View file

@ -26,7 +26,7 @@ class BuildFile(val path: Path, val name: String, val realPath: Path = path) {
}
/**
* @return the absolute directory of this projects' location, assuming the build file is in
* @return the absolute directory of this project's location, assuming the build file is in
* $project/kobalt/src/Build.kt.
*/
val absoluteDir : File? get() {