jvmFilesForSourceSetName
suspend fun ProjectContext.jvmFilesForSourceSetName(sourceSetName: SourceSetName): Flow<JvmFile>(source)
Retrieves a flow of JVM files corresponding to the provided source set name from the ProjectContext.
Return
a flow of JvmFiles for the requested source set name
Parameters
sourceSetName
the name of the source set for which JVM files are needed