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 2017-02-07 16:32:04 -08:00
parent 74262ee5be
commit a7572fa2e5

View file

@ -22,7 +22,7 @@ interface IClasspathDependency {
/** @return true if this dependency represents a Maven coordinate */ /** @return true if this dependency represents a Maven coordinate */
val isMaven: Boolean val isMaven: Boolean
/** @return whether this dependency is optional */ /** @return true if this dependency is optional */
val optional: Boolean val optional: Boolean
/** Absolute path to the jar file on the local file system */ /** Absolute path to the jar file on the local file system */