NativeExecutableBinarySpec

An binary built by Gradle for a native application.

Types

Link copied to clipboard
Provides access to key tasks used for building the binary.

Functions

Link copied to clipboard
abstract fun builtBy(tasks: Array<Any>)
Link copied to clipboard
abstract fun checkedBy(tasks: Array<Any>)
Link copied to clipboard
Link copied to clipboard
abstract fun getAssembler(): Tool
Link copied to clipboard
Link copied to clipboard
abstract fun getBuildTask(): Task
Link copied to clipboard
abstract fun getBuildType(): BuildType
Link copied to clipboard
Link copied to clipboard
abstract fun getCheckTask(): Task
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
Native Executable File.
Link copied to clipboard
abstract fun getFlavor(): Flavor
Link copied to clipboard
Link copied to clipboard
Native Installation location for a native executable.
Link copied to clipboard
Link copied to clipboard
abstract fun getLinker(): Tool
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getProjectPath(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getStaticLibArchiver(): Tool
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun isBuildable(): Boolean
Link copied to clipboard
abstract fun lib(library: Any)
Link copied to clipboard
abstract fun setBuildTask(buildTask: Task)
Link copied to clipboard
abstract fun setCheckTask(checkTask: Task)