from

abstract fun from(versionControlSpec: VersionControlSpec)

Specifies the VCS location for the requested component.

Since

4.3


abstract fun <T : VersionControlSpec?> from(type: Class<T>, configureAction: Action<in T>)

Specifies the VCS location for the requested component.

Since

4.6