processRuntimeLibraries

fun Project.processRuntimeLibraries(libraries: Collection<RuntimeLibrary>, runtimeLibrariesConfig: RuntimeLibrariesConfig = RuntimeLibrariesConfig())

Processes the specified runtime libraries

  1. Adds the specified repositories

  2. Adds the specified dependencies (with exclusions)

  3. Relocates the specified libraries to the project's package

Parameters

libraries

The runtime libraries to process

addRepositories

Whether to add the repositories

configurations

The configurations to add the dependencies to

relocate

Whether to relocate the libraries