ModuleDependencySpecBuilder

Deprecated

The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.

A builder of a ModuleDependencySpec.

Functions

Link copied to clipboard
abstract fun build(): DependencySpec
Builds a concrete immutable DependencySpec instance.
Link copied to clipboard
Narrows this dependency specification down to a specific group.
Link copied to clipboard
Narrows this dependency specification down to a specific module.
Link copied to clipboard
Narrows this dependency specification down to a specific version range.