mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fix comment.
This commit is contained in:
parent
475cbcf8f7
commit
28d6f21c9e
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ class BuildFile(val path: Path, val name: String, val realPath: Path = path) {
|
|||
}
|
||||
|
||||
/**
|
||||
* @return the absolute directory of this build file, assuming the build file is in $project/kobalt/src/Build.kt
|
||||
* @return the absolute directory of this projects' location, assuming the build file is in
|
||||
* $project/kobalt/src/Build.kt.
|
||||
*/
|
||||
val absoluteDir = path.parent.parent.parent.toFile()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue