Composite Build: Access org.gradle.api Project reference?

Hi,
When including another Gradle project via --included-build, is there a way to access the org.gradle.api.Project of this included project?
Or more specific, we have dev-mode Gradle plugin where i am accessing the JavaPlugin and gain access to e.g. the output dir where the class-files are generated. I would like to know if there is a way to gain access to similar information for an included build/project?

Thanks,
Daniel

1 Like