Hi,
I’m trying to setup a custom LanguageSourceSet that also should have dependencies. I saw that in the new software model there is also a DependentSourceSet but it’s getDependencies() method returns a DependencySpecContainer that is unmanged.
As far as I get it I would have to provide my own implementation of the DependentSourceSet and DependencySpecContainer then right?
There currently aren’t any concrete plans related to this. One thing we do want to do though is improve some of the Gradle core plugins to use primarily public APIs. Part of this is moving things more to managed models. Right now though there isn’t a lot of work going on in that area but that is likely to change as we work on support for Swift.