ComponentWithInstallation

Represents a native component that produces an application installation.

Since

4.5

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): Provider<String>
Link copied to clipboard
Returns the installation directory.
Link copied to clipboard
Returns the install task.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Returns the runtime libraries required for the installation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun isDebuggable(): Boolean
Link copied to clipboard
abstract fun isOptimized(): Boolean