[solved] Using a sourceSet from another gradle file

If I have build.gradle import from another gradle file. Is there a way to access the sourceSets that were defined in the other gradle file?

There was another task that was hiding the imported information.