Status
classStatus
kotlin.Any | ||
↳ | kotlin.Enum<com.android.build.api.transform.Status> | |
↳ | com.android.build.api.transform.Status |
The file changed status for incremental execution.
Summary
Enum values |
|
---|---|
The file was added since the last build. |
|
The file was modified since the last build. |
|
The file was not changed since the last build. |
|
The file was removed since the last build. |