api / org.gradle.nativeplatform / NativeInstallationSpec

NativeInstallationSpec

@Incubating open class NativeInstallationSpec

Specifies the installation location for a native executable.

Constructors

<init>

NativeInstallationSpec()

Specifies the installation location for a native executable.

Functions

getDirectory

open fun getDirectory(): File

setDirectory

open fun setDirectory(directory: File): Unit