getDependsOn

abstract fun getDependsOn(): Set<Any>

Returns the dependencies of this task.

Return

The dependencies of this task. Returns an empty set if this task has no dependencies.