addDependency abstract method

void addDependency(
  1. Uri dependency
)

Adds file used by this build.

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

Implementation

void addDependency(Uri dependency);