fromResolutionOf

abstract fun fromResolutionOf(configuration: Configuration)(source)

Declares that this variant should use versions from the resolution of the configuration provided as an argument.

Since

5.2

Parameters

configuration

a resolvable configuration where to pick resolved version numbers


abstract fun fromResolutionOf(configurationName: String)(source)

Declares that this variant should use versions from the resolution of the configuration provided as an argument.

Since

5.2

Parameters

configurationName

a resolvable configuration name where to pick resolved version numbers