This version of Unity is unsupported.

Dependencies.AddDependencyImplementationFileTree

Declaration

public Unity.Android.Gradle.Element AddDependencyImplementationFileTree(string dir, string[] includeFilter);

Parameters

dir Files to search directory.
includeFilter Array of filters.

Returns

Element The added dependency.

Description

Adds a plugin implementation element with fileTree: "implementation fileTree(':{name}')".