SwiftApplicationPlugin

A plugin that produces an executable from Swift source.

Adds compile, link and install tasks to build the executable. Defaults to looking for source files in `src/main/swift`.

Adds a SwiftApplication extension to the project to allow configuration of the executable.

Since

4.5

Constructors

Link copied to clipboard
@Inject
constructor(componentFactory: NativeComponentFactory, toolChainSelector: ToolChainSelector, attributesFactory: ImmutableAttributesFactory, targetMachineFactory: TargetMachineFactory)
SwiftApplicationPlugin.

Functions

Link copied to clipboard
open fun apply(project: Project)