toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.language
/
ProductionComponent
Production
Component
API
interface
ProductionComponent
:
SoftwareComponent
(
source
)
Represents a component that is the main product of a project.
Since
4.5
Inheritors
ProductionSwiftComponent
ProductionCppComponent
Members
Functions
get
Development
Binary
Link copied to clipboard
API
abstract
fun
getDevelopmentBinary
(
)
:
Provider
<
out
SoftwareComponent
>
Returns the binary of the component to use as the default for development.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String