ALL_CLASSES_DIRS

@Incubating object ALL_CLASSES_DIRS : MultipleArtifact<Directory>, 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.Directory>
   ↳ com.android.build.api.artifact.MultipleArtifact.ALL_CLASSES_DIRS

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

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

Summary