dependsOn

abstract fun dependsOn(paths: Array<Any>): Task(source)

Adds the given dependencies to this task. See here for a description of the types of objects which can be used as task dependencies.

Return

the task object this method is applied to

Parameters

paths

The dependencies to add to this task.