mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Typo.
This commit is contained in:
parent
ebf272bf98
commit
f7cb803edc
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ open class Project(
|
|||
return result
|
||||
}
|
||||
|
||||
class Dep(val File: File, val id: String)
|
||||
class Dep(val file: File, val id: String)
|
||||
|
||||
/**
|
||||
* @return a list of the transitive dependencies (absolute paths to jar files) for the given dependencies.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue