1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-03-23 15:32:05 +04:00
parent 8d4b26a0bd
commit 86e05dd17b

View file

@ -22,7 +22,7 @@ interface IClasspathDependency {
/** Convert to a Maven <dependency> model tag */
fun toMavenDependencies() : Dependency
/** The list of dependencies for this element (not the transitive closure */
/** The list of dependencies for this element (not the transitive closure) */
fun directDependencies(): List<IClasspathDependency>
/** Used to only keep the most recent version for an artifact if no version was specified */