DependencySources
data class DependencySources(val delegate: SafeCache<DependencySources.SourceKey, DependencySources.SourceResult>, val project: McProject) : ProjectContext.Element(source)
Constructors
Link copied to clipboard
constructor(delegate: SafeCache<DependencySources.SourceKey, DependencySources.SourceResult>, project: McProject)
Types
Link copied to clipboard
Link copied to clipboard
data class SourceKey(val sourceSetName: SourceSetName, val dependencyProjectPath: ProjectPath, val isTestFixture: Boolean)
Link copied to clipboard
Functions
Link copied to clipboard
suspend fun sourceOfOrNull(dependencyProjectPath: ProjectPath, sourceSetName: SourceSetName, isTestFixture: Boolean): ProjectDependency?