api / org.gradle.testfixtures / ProjectBuilder / withParent

withParent

open fun withParent(parent: Project): ProjectBuilder

Specifies the parent project. Use it to create multi-module projects.

Parameters

parent - parent project

Return
The builder