ScopedArtifacts.Scope
enum ScopedArtifacts.Scope : Enum
Defines possible scopes.
Summary
Enum Values |
|
---|---|
ALL |
Full scope, including project scope, imported projects and all external dependencies. |
PROJECT |
Project scope, not including imported projects nor external dependencies. |
Enum Values
ALL
val ScopedArtifacts.Scope.ALL: ScopedArtifacts.Scope
Full scope, including project scope, imported projects and all external dependencies.
PROJECT
val ScopedArtifacts.Scope.PROJECT: ScopedArtifacts.Scope
Project scope, not including imported projects nor external dependencies.