Class SwiftCompilerPlugin
- java.lang.Object
-
- org.gradle.nativeplatform.toolchain.plugins.SwiftCompilerPlugin
-
@Incubating @NonNullApi public abstract class SwiftCompilerPlugin extends java.lang.Object implements Plugin<Project>
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description SwiftCompilerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-