AddDependencyImplementationFileTree
Adds a plugin implementation element with fileTree: "implementation fileTree(':{name}')".
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
AddDependencyImplementationFileTree(string, string[])
Adds a plugin implementation element with fileTree: "implementation fileTree(':{name}')".
public Element AddDependencyImplementationFileTree(string dir, string[] includeFilter)
Parameters
Returns
Type | Description |
|---|---|
| Element | The added dependency. |
AddDependencyImplementationFileTree(string, string[], string[])
Adds a plugin implementation element with fileTree: "implementation fileTree(':{name}')".
public Element AddDependencyImplementationFileTree(string dir, string[] includeFilter, string[] excludeFilter)
Parameters
Returns
Type | Description |
|---|---|
| Element | The added dependency. |