applicationId |
Returns the application id val TransformInvocation.applicationId: String |
bootClasspath |
val TransformInvocation.bootClasspath: Collection<File> |
compileClasspath |
Returns the compile classpath of this transform invocation val TransformInvocation.compileClasspath: Collection<File> |
isDataBindingEnabled |
val TransformInvocation.isDataBindingEnabled: Boolean |
originalApplicationId |
Returns the original application ID before any overrides from flavors val TransformInvocation.originalApplicationId: String |
project |
Represents the booster transform for val TransformInvocation.project: Project |
runtimeClasspath |
Returns the runtime classpath of this transform invocation val TransformInvocation.runtimeClasspath: Collection<File> |
variant |
Returns the corresponding variant of this transform invocation val TransformInvocation.variant: BaseVariant |