DependencySources

data class DependencySources(val delegate: SafeCache<DependencySources.SourceKey, DependencySources.SourceResult>, val project: McProject) : ProjectContext.Element

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Key : ProjectContext.Key<DependencySources>
Link copied to clipboard
data class SourceKey(    val sourceSetName: SourceSetName,     val dependencyProjectPath: ProjectPath,     val isTestFixture: Boolean)
Link copied to clipboard
interface SourceResult

Functions

Link copied to clipboard
suspend fun sourceOfOrNull(    dependencyProjectPath: ProjectPath,     sourceSetName: SourceSetName,     isTestFixture: Boolean): ProjectDependency?

Properties

Link copied to clipboard
Link copied to clipboard
open override val key: ProjectContext.Key<DependencySources>
Link copied to clipboard
private val project: McProject

Sources

Link copied to clipboard