get

suspend fun get(sourceSetName: SourceSetName): Set<File>(source)

Retrieves the JVM source files for a given source set.

Return

A set of Files representing the JVM source files in the requested source set.

Parameters

sourceSetName

The name of the source set for which to retrieve the JVM source files.