1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00
This commit is contained in:
Cedric Beust 2017-04-08 09:29:27 -07:00
parent ebf272bf98
commit f7cb803edc

View file

@ -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.