MultipleArtifact
sealed class MultipleArtifact<FileTypeT : FileSystemLocation> : Artifact.Multiple<FileTypeT>
| kotlin.Any | |||
| ↳ | com.android.build.api.artifact.Artifact<FileTypeT> | ||
| ↳ | com.android.build.api.artifact.Artifact.Multiple<FileTypeT> | ||
| ↳ | com.android.build.api.artifact.MultipleArtifact | ||
Public Artifact for Android Gradle plugin.
This type inherits Artifact.Multiple. For single artifacts, see SingleArtifact.
All methods in Artifacts should be supported with any subclass of this class.
Summary
| Nested classes | |
|---|---|
| Classes that will eventually be dex'ed for this module, that were generated, or processed as directories. | |
| Classes that will eventually be dex'ed for this module, that were generated, or processed as jar files. | |
| Assets that will be packaged in the resulting APK or Bundle. | |
| Text files with additional ProGuard rules to be used to determine which classes are compiled into the main dex file. | |
