NativeComponentSpec

Deprecated

The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.

Definition of a software component that is to be built by Gradle to run a on JVM platform.

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): String
The name that is used to construct the output file names when building this component.
Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human-consumable display name for this element.
Link copied to clipboard
abstract fun getName(): String
Returns the name of this element.
Link copied to clipboard
abstract fun getProjectPath(): String
The path to the project containing this component.
Link copied to clipboard
abstract fun setBaseName(baseName: String)
Sets the name that is used to construct the output file names when building this component.