PackageDependency

Details about a package dependency.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of a package dependency. The possible values depend on the package type.

Link copied to clipboard

The namespace of the package that this package depends on. The package component that specifies its namespace depends on its type. For example:

Link copied to clipboard

The name of the package that this package depends on.

Link copied to clipboard

The required version, or version range, of the package that this package depends on. The version format is specific to the package type. For example, the following are possible valid required versions: 1.2.3, ^2.3.4, or 4.x.

Functions

Link copied to clipboard
inline fun copy(block: PackageDependency.Builder.() -> Unit = {}): PackageDependency
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String