mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Typo.
This commit is contained in:
parent
025f2de38e
commit
86069ed0ef
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* $project/kobalt/src/Build.kt.
|
||||||
*/
|
*/
|
||||||
val absoluteDir : File? get() {
|
val absoluteDir : File? get() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue