ResValue
class ResValue : Serializable
| kotlin.Any | |
| ↳ | com.android.build.api.variant.ResValue | 
Resource to be generated by the build system.
Summary
| Nested classes | |
|---|---|
| abstract | a generated resource is identified by its type+name as you can create | 
| Public constructors | |
|---|---|
| Resource to be generated by the build system. | |
| Properties | |
|---|---|
| String? | Optional comment. | 
| String | value for the resource | 
Public constructors
<init>
ResValue(
value: String,
comment: String? = "Added from the variant API")
Resource to be generated by the build system.
