modules

abstract fun modules(configureAction: Action<in ComponentModuleMetadataHandler>)(source)

Configures module metadata for this project.

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

Since

2.2

Parameters

configureAction

the action to use to configure module metadata