Dependency

data class Dependency(val configuration: String, val targetBuildId: String, val targetPath: String)

Represents a declared project-to-project dependency edge at runtime.

Constructors

Link copied to clipboard
constructor(configuration: String, targetBuildId: String, targetPath: String)

Properties

Link copied to clipboard

The Gradle configuration where the dependency was declared (e.g., api, implementation).

Link copied to clipboard

The target build ID of the dependent project.

Link copied to clipboard

The Gradle project path of the dependent project (e.g., :domain).