Interface ProjectSourceSet

All Superinterfaces:
Collection<LanguageSourceSet>, DomainObjectCollection<LanguageSourceSet>, DomainObjectSet<LanguageSourceSet>, Iterable<LanguageSourceSet>, Set<LanguageSourceSet>

@Incubating @Deprecated public interface ProjectSourceSet extends DomainObjectSet<LanguageSourceSet>
Deprecated.
The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.
A container of LanguageSourceSets. Added to a project by the LanguageBasePlugin.