I would expect that as a common pattern than any plugin like kotlin or android which creates its own source sets would use the gradle one but looks like nobody does that
Javi
01/10/2023, 11:14 AM
except java plugin
Javi
01/10/2023, 11:18 AM
After seeing the internals there are a lot of functions oriented to configure java so I guess that it doesn't fit for KMP, etc.
Not sure if
SourceSet
should be too opinionated in order to allow anyone extends it.