Interface GlobalLibraryMap


public interface GlobalLibraryMap
Global map of all the 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.
Since:
2.3
  • Method Summary

    Modifier and Type
    Method
    Description
    the list of external libraries used by all the variants in the module.
  • Method Details

    • getLibraries

      @NonNull Map<String,Library> getLibraries()
      the list of external libraries used by all the variants in the module.
      Returns:
      the map of address to library