ComponentWithStaticLibrary

Represents a component that produces a static library.

Since

4.5

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): Provider<String>
Link copied to clipboard
Returns the task to create the static library.
Link copied to clipboard
Link copied to clipboard
abstract fun getLinkFileProducer(): Provider<out Task>
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun isDebuggable(): Boolean
Link copied to clipboard
abstract fun isOptimized(): Boolean