ScopedArtifacts
interface ScopedArtifacts
Scoped artifacts are artifacts that can be made available in the current variant scope, or may be optionally include the project's dependencies in the results.
This is only available for elements that are part of the com.android.build.api.artifact.ScopedArtifact
hierarchy.
Summary
Nested types |
|
---|---|
ScopedArtifacts.Scope |
Defines possible scopes. |
Public functions |
|
---|---|
ScopedArtifactsOperation<T> |
<T : Task> use(taskProvider: TaskProvider<T>) Access |
Public functions
use
fun <T : Task> use(taskProvider: TaskProvider<T>): ScopedArtifactsOperation<T>
Access Task
based operations.
So far, all operations are only accessible providing a Task
instance.