I have a build.gradle file, hich has some sourceSets in it. however, i want it to inherit source sets from a super file. whats the idiomatic way to do this ?
I kno we can inherit via tasks, but im not sure this is what i want to do.
Any thoughts would be appreciated ! thanks