convention-plugins
Toggle table of contents
v45
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
convention-plugins
common-conventions
/
io.technoirlab.conventions.common.api
/
BuildConfigFieldSpec
Build
Config
Field
Spec
data
class
BuildConfigFieldSpec
<
T
:
Serializable
>
(
val
name
:
String
,
val
type
:
Class
<
T
>
,
val
value
:
T
?
,
val
variant
:
String
?
)
:
Serializable
(
source
)
Members
Constructors
Build
Config
Field
Spec
Link copied to clipboard
constructor
(
name
:
String
,
type
:
Class
<
T
>
,
value
:
T
?
,
variant
:
String
?
)
Properties
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
Class
<
T
>
value
Link copied to clipboard
val
value
:
T
?
variant
Link copied to clipboard
val
variant
:
String
?