api / org.gradle.nativeplatform.toolchain.plugins / SwiftCompilerPlugin

SwiftCompilerPlugin

@Incubating @NonNullApi open class SwiftCompilerPlugin : Plugin<Project>

A Plugin which makes the Swiftc compiler available for compiling Swift code.

Since
4.1

Constructors

<init>

SwiftCompilerPlugin()

A Plugin which makes the Swiftc compiler available for compiling Swift code.

Functions

apply

open fun apply(project: Project): Unit