public interface Dependencies
AndroidArtifact.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<JavaLibrary> |
getJavaLibraries()
The list of Java library dependencies.
|
java.util.Collection<AndroidLibrary> |
getLibraries()
The list of Android library dependencies.
|
java.util.Collection<java.lang.String> |
getProjects()
Deprecated.
|
@NonNull java.util.Collection<AndroidLibrary> getLibraries()
Library.getProject().@NonNull java.util.Collection<JavaLibrary> getJavaLibraries()
Library.getProject(). Also, the collection
contains only the direct dependencies, which themselves contain their transitive
dependencies.@NonNull @Deprecated java.util.Collection<java.lang.String> getProjects()
getJavaLibraries()