addDependencies abstract method

void addDependencies(
  1. Iterable<Uri> dependencies
)

Adds files used by this build.

If any of the files are modified after timestamp, the build will be re-run.

Implementation

void addDependencies(Iterable<Uri> dependencies);