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