Artifact.Multiple
abstract class Artifact.Multiple<FileTypeT : FileSystemLocation> : Artifact
kotlin.Any | ||
↳ | com.android.build.api.artifact.Artifact | |
↳ | com.android.build.api.artifact.Artifact.Multiple |
MultipleArtifact |
Public |
MultipleArtifact.ALL_CLASSES_DIRS |
This object is deprecated. Use Artifacts.forScope APIs. |
MultipleArtifact.ALL_CLASSES_JARS |
This object is deprecated. Use Artifacts.forScope APIs. |
MultipleArtifact.MULTIDEX_KEEP_PROGUARD |
Text files with additional ProGuard rules to be used to determine which classes are compiled into the main dex file. |
Denotes possible multiple FileSystemLocation
instances for this artifact type. Consumers of artifact types with multiple instances must consume a collection of FileSystemLocation
.
Summary
Public constructors |
|
---|---|
<FileTypeT : FileSystemLocation> Multiple( |
Inherited functions |
|
---|---|
Inherited properties |
||||
---|---|---|---|---|
|
Public constructors
Multiple
<FileTypeT : FileSystemLocation> Multiple(
kind: ArtifactKind<FileTypeT>,
category: Artifact.Category
)