getTaskName

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

Returns the name of a task for this source set.

Return

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

Parameters

verb

The action, may be null.

target

The target, may be null