gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.language
/
ProductionComponent
Production
Component
interface
ProductionComponent
:
SoftwareComponent
Represents a component that is the main product of a project.
Inheritors
ProductionCppComponent
ProductionSwiftComponent
Members
Functions
get
Development
Binary
Link copied to clipboard
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
abstract
fun
getName
(
)
:
String