@Incubating public class SwiftBasePlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
Modifier and Type | Field and Description |
---|---|
static String |
API
The name of the api configuration.
|
static String |
IMPLEMENTATION
The name of the implementation configuration.
|
static String |
SWIFT_IMPORT_PATH
The name of the Swift compile classpath configuration.
|
Constructor and Description |
---|
SwiftBasePlugin() |
Modifier and Type | Method and Description |
---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|
public static final String IMPLEMENTATION
public static final String API
public static final String SWIFT_IMPORT_PATH