get

suspend fun get(sourceSetName: SourceSetName): Flow<JvmFile>(source)

Retrieves a flow of JVM files corresponding to the provided source set name.

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