Class SwiftCompilerPlugin

java.lang.Object
org.gradle.nativeplatform.toolchain.plugins.SwiftCompilerPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating @NonNullApi public class SwiftCompilerPlugin extends Object implements Plugin<Project>
A Plugin which makes the Swiftc compiler available for compiling Swift code.
Since:
4.1
  • Constructor Details

    • SwiftCompilerPlugin

      public SwiftCompilerPlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object