Dependency Mapper Extension
The optional configuration of Dependency Mapper.
Author
凛 (https://github.com/RinOrz)
Functions
always Update
Link copied to clipboard
Remappings dependencies whenever gradle sync.
concurrency
Link copied to clipboard
Controls whether all 'DependencyMapper' processing is executed in a concurrent environment. Note that the all processing is concurrent by default.
libraries
Link copied to clipboard
abstract fun libraries(rootClassName: String = LibraryDependencyDeclaration.DefaultRootClassName, configuration: LibraryDependencyDeclaration.() -> Unit = {}): LibraryDependencyDeclaration
Content copied to clipboard
Adds or configures the dependency mapper of libraries.
plugins
Link copied to clipboard
abstract fun plugins(rootClassName: String = PluginDependencyDeclaration.DefaultRootClassName, configuration: PluginDependencyDeclaration.() -> Unit = {}): PluginDependencyDeclaration
Content copied to clipboard
Adds or configures the dependency mapper of plugins.
projects
Link copied to clipboard
abstract fun projects(rootClassName: String = ProjectDependencyDeclaration.DefaultRootClassName, configuration: ProjectDependencyDeclaration.() -> Unit = {}): ProjectDependencyDeclaration
Content copied to clipboard
Adds or configures the dependency mapper of projects.
update When
Link copied to clipboard
When the predicate returns true, remapping the dependencies.