libraries

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

Adds or configures the dependency mapper of libraries.

Parameters

rootClassName

The root class name of the library dependency mapper.

configuration

The configuration of the library dependency mapper.