api / org.gradle.api.artifacts.dsl / DependencyHandler / modules

modules

@Incubating abstract fun modules(configureAction: Action<in ComponentModuleMetadataHandler>): Unit

Configures module metadata for this project.

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

Parameters

configureAction - the action to use to configure module metadata

Since
2.2