Base Language Source Set
Base class that may be used for custom LanguageSourceSet implementations. However, it is generally better to use an interface annotated with org.gradle.model.Managed and not use an implementation class at all.
Functions
Link copied to clipboard
open fun <T : LanguageSourceSet?> create(publicType: Class<out LanguageSourceSet>, implementationType: Class<T>, componentId: ComponentSpecIdentifier, objectFactory: ObjectFactory): T
Create a source set instance.
Link copied to clipboard
Link copied to clipboard
Returns a dependency which contains the tasks which build this artifact.
Link copied to clipboard
Returns a human-consumable display name for this element.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The path to the project containing this component.
Link copied to clipboard
Link copied to clipboard