Artifact.Multiple
abstract class Artifact.Multiple<FileTypeT : FileSystemLocation?> : Artifact
| MultipleArtifact | Public  | 
| MultipleArtifact.ALL_CLASSES_DIRS | Classes that will eventually be dex'ed for this module, that were generated, or processed as directories. | 
| MultipleArtifact.ALL_CLASSES_JARS | Classes that will eventually be dex'ed for this module, that were generated, or processed as jar files. | 
| MultipleArtifact.ASSETS | Assets that will be packaged in the resulting APK or Bundle. | 
| 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 | |
|---|---|
Public constructors
Multiple
<FileTypeT : FileSystemLocation?> Multiple(
kind: ArtifactKind<FileTypeT?>?,
category: Artifact.Category?
)
