fun vcsRoot(root: VcsRoot): Unit
Registers the specified VCS root in this project
See Also
fun vcsRoot(init: VcsRoot.() -> Unit): VcsRoot
Registers a new VCS root initialized with specified init build in this project
Return
added VCS root
See Also