components

abstract fun components(configureAction: Action<out Any>)(source)

Configures component metadata for this project.

This method executes the given action against the org.gradle.api.artifacts.dsl.ComponentMetadataHandler for this project.

Parameters

configureAction

the action to use to configure module metadata