subProject

fun subProject(init: Project.() -> Unit): Project

Adds a subproject to this project

Parameters

init

function to initialize the subproject


fun subProject(subProject: Project)

Adds the specified subproject to this project

Parameters

subProject

a subProject to register