OverShotDependencies
data class OverShotDependencies(val delegate: SafeCache<ConfigurationName, List<OverShotDependency>>, val project: McProject) : ProjectContext.Element
Content copied to clipboard
Constructors
Link copied to clipboard
fun OverShotDependencies(delegate: SafeCache<ConfigurationName, List<OverShotDependency>>, project: McProject)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun get(configurationName: ConfigurationName): List<OverShotDependency>
Content copied to clipboard
Properties
Link copied to clipboard
private val delegate: SafeCache<ConfigurationName, List<OverShotDependency>>
Content copied to clipboard