api / org.gradle.language.base / DependentSourceSet

DependentSourceSet

@Incubating interface DependentSourceSet : LanguageSourceSet

A source set that can have dependencies on other Libraries.

Functions

getDependencies

abstract fun getDependencies(): DependencySpecContainer

Inherited Functions

generatedBy

abstract fun generatedBy(generatorTask: Task): Unit

getParentName

abstract fun getParentName(): String

getSource

abstract fun getSource(): SourceDirectorySet

The source files.

Inheritors

JavaSourceSet

interface JavaSourceSet : DependentSourceSet

A set of sources passed to the Java compiler.