public interface GlobalLibraryMap
Library instances used in a single or multi-module gradle project.
This is a separate model to query (the same way AndroidProject is queried). It must
be queried after all the models have been queried for their AndroidProject.| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Library> |
getLibraries()
the list of external libraries used by all the variants in the module.
|
@NonNull java.util.Map<java.lang.String,Library> getLibraries()