jvmSourcesForSourceSetName
suspend fun ProjectContext.jvmSourcesForSourceSetName(sourceSetName: SourceSetName): Set<File>(source)
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.