compiledBy

abstract fun compiledBy(taskPaths: Array<Any>): SourceSet(source)

Registers a set of tasks which are responsible for compiling this source set into the classes directory. The paths are evaluated as per dependsOn.

Return

this

Parameters

taskPaths

The tasks which compile this source set.