getTaskName

abstract fun getTaskName(@Nullable verb: String, @Nullable target: String): String(source)

Returns the name of a task for this source set.

Return

The task name, generally of the form ${verb}${name}${noun}

Parameters

verb

The action, may be null.

target

The target, may be null