Libs

class Libs

The Libs class is the main access point to the generated data of the plugin. Provides accessors for the Library and License lists, containing all the dependency information for the module.

Types

Builder
Link copied to clipboard
class Builder

Builder used to automatically parse and interpret the generated library data from the plugin.

Properties

libraries
Link copied to clipboard
val libraries: List<Library>
licenses
Link copied to clipboard
val licenses: Set<License>