IdeaSingleEntryLibraryDependency

"Single-Entry Module Library" as IDEA calls it. For example a single Jar file with sources Jar.

Since

1.0-milestone-5

Functions

Link copied to clipboard
abstract fun getExported(): Boolean
Allows to check if current dependency is transitive, i.e.
Link copied to clipboard
abstract fun getFile(): File
Returns the file for this dependency.
Link copied to clipboard
@Nullable
abstract fun getGradleModuleVersion(): @Nullable GradleModuleVersion
Returns the Gradle module information for this dependency, or null if the dependency does not originate from a remote repository.
Link copied to clipboard
@Nullable
abstract fun getJavadoc(): @Nullable File
Returns the Javadoc directory/archive for this dependency.
Link copied to clipboard
scope of the current dependency.
Link copied to clipboard
@Nullable
abstract fun getSource(): @Nullable File
Returns the source directory/archive for this dependency.
Link copied to clipboard
abstract fun isExported(): Boolean
Marks this dependency as exported.