projects

abstract fun projects(rootClassName: String = ProjectDependencyDeclaration.DefaultRootClassName, configuration: ProjectDependencyDeclaration.() -> Unit = {}): ProjectDependencyDeclaration

Adds or configures the dependency mapper of projects.

Parameters

rootClassName

The root class name of the project dependency mapper.

configuration

The configuration of the project dependency mapper.