addDependency

fun McProject.addDependency(configurationName: ConfigurationName, project: McProject, asTestFixture: Boolean = false)(source)

Adds a project dependency to the receiver McProject.

Parameters

configurationName

the configuration name of the dependency

project

the project to be added as a dependency

asTestFixture

whether the dependency should be added as a test fixture or not