ALL_CLASSES_JARS

@Incubating object ALL_CLASSES_JARS : MultipleArtifact<RegularFile>, Artifact.Appendable, Artifact.Transformable, Artifact.Replaceable
kotlin.Any
   ↳ com.android.build.api.artifact.Artifact<FileTypeT>
   ↳ com.android.build.api.artifact.Artifact.Multiple<FileTypeT>
   ↳ com.android.build.api.artifact.MultipleArtifact<org.gradle.api.file.RegularFile>
   ↳ com.android.build.api.artifact.MultipleArtifact.ALL_CLASSES_JARS

Classes that will eventually be dex'ed for this module, that were generated, or processed as jar files.

This is not the whole list of classes as some are generated, or processed as directories. In order to process all classes, one should also consume ALL_CLASSES_DIRS

Summary