DependencyResolutionManagement

Allows configuring dependency resolution for all projects of the build.

Since

6.8

Functions

Link copied to clipboard
abstract fun components(registration: Action<in ComponentMetadataHandler>)
Registers component metadata rules used by all projects
Link copied to clipboard
Returns the shared component metadata handler
Link copied to clipboard
Returns the name of the extension generated by default from the TOML dependencies file if found.
Link copied to clipboard
Returns the name of the extension generated for type-safe project accessors.
Link copied to clipboard
Returns the shared repository handler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the configurable version catalogs.
Link copied to clipboard
abstract fun repositories(repositoryConfiguration: Action<in RepositoryHandler>)
Configures the repositories used by all projects
Link copied to clipboard
Configures the version catalogs which will be used to generate type safe accessors for dependencies.