What's the intended way of depending on sourceSets...
# community-support
m
What's the intended way of depending on sourceSets across projects? I've got an
api
sourceSet in project-a, and then another
api
sourceSet in project-b, and i need to have project-b's
api
sourceSet depend on/pull in project-a's
api
sourceSet
v
Create a feature from the source set, then depend on the feature.