SingleArtifact

@Incubating abstract class SingleArtifact<FileTypeT : FileSystemLocation> : Artifact<FileTypeT>
kotlin.Any
   ↳ com.android.build.api.artifact.Artifact<FileTypeT>
   ↳ com.android.build.api.artifact.Artifact.SingleArtifact

Denotes a single FileSystemLocation instance of this artifact type at a given time. Single artifact types can be transformed or replaced but never appended.

Summary

Public constructors

<init>(kind: ArtifactKind<FileTypeT>, category: Artifact.Category)

Denotes a single FileSystemLocation instance of this artifact type at a given time.

Inherited functions

Inherited properties

Public constructors

<init>

SingleArtifact(
    kind: ArtifactKind<FileTypeT>,
    category: Artifact.Category)

Denotes a single FileSystemLocation instance of this artifact type at a given time. Single artifact types can be transformed or replaced but never appended.