fun vcsRoot(base: VcsRoot? = null, init: VcsRoot.() -> Unit = {}): VcsRoot
Registers a new VCS root in this project
base - base VCS root to copy from
base
init - function to initialize the root
init
See Also
VcsRoot