mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Comment.
This commit is contained in:
parent
74262ee5be
commit
a7572fa2e5
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue