Status

class Status
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.

Enum values

ADDED

enum val ADDED : Status

The file was added since the last build.

CHANGED

enum val CHANGED : Status

The file was modified since the last build.

NOTCHANGED

enum val NOTCHANGED : Status

The file was not changed since the last build.

REMOVED

enum val REMOVED : Status

The file was removed since the last build.