MultipleArtifactType

@Incubating sealed class MultipleArtifactType<FileTypeT : FileSystemLocation> : Artifact.MultipleArtifact<FileTypeT>
kotlin.Any
   ↳ com.android.build.api.artifact.Artifact<FileTypeT>
   ↳ com.android.build.api.artifact.Artifact.MultipleArtifact<FileTypeT>
   ↳ com.android.build.api.artifact.MultipleArtifactType

Public Artifact for Android Gradle plugin.

This type inherits Artifact.MultipleArtifact. For single artifacts, see ArtifactType.

All methods in Artifacts should be supported with any subclass of this class.

Summary