Format
class Format
| kotlin.Any | ||
| ↳ | kotlin.Enum<com.android.build.api.transform.Format> | |
| ↳ | com.android.build.api.transform.Format | |
The format in which content is stored.
Summary
Enum values |
|
|---|---|
|
The content is a directory. |
|
|
The content is a jar. |
|
Enum values
DIRECTORY
enum val DIRECTORY : Format
The content is a directory.
This means that in the case of java class files, the files should be in directories matching their package names, directly under the root directory.