ScopedArtifact.POST_COMPILATION_CLASSES

Added in 9.0.0-beta02

@Incubating
object ScopedArtifact.POST_COMPILATION_CLASSES : ScopedArtifact


.class files, result of sources compilation and/or external dependencies depending on the scope

Do not use this unless you are producing bytecodes post compilation, see CLASSES. This artifact is only providing a readonly view of the compiled classes, to add or replace classes, use CLASSES

To add new bytecode or transform existing bytecode, use CLASSES. Bytecode added to CLASSES, or transformed CLASSES will not impact the content of POST_COMPILATION_CLASSES

It is not possible to register such bytecode generator through the DSL, one must use this Variant API.

The classes registered through this API will be visible to the com.android.build.api.variant.Instrumentation pipeline.

Summary

Inherited functions

From com.android.build.api.artifact.Artifact
open String
open String
String

Provide a unique name for the artifact type.