availableFor

open fun availableFor(target: KonanTarget): Boolean

Determines whether this instance of NativeOutputKind is supported for the specified target platform.

By default, all instances of NativeOutputKind are available for all platforms.

Return

Boolean indicating whether this instance of the NativeOutputKind class is available for the given target.

Parameters

target

The target platform whose availability is being checked.