ComponentWithObjectFiles

Represents a component that produces object files.

Since

4.5

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): Provider<String>
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getObjects(): FileCollection
Returns the object files created for this component.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun isDebuggable(): Boolean
Link copied to clipboard
abstract fun isOptimized(): Boolean