getVariants

abstract fun getVariants(): List<ResolvedVariantResult>

Returns the variants that were selected for this component. When Gradle metadata is not used, this usually only refers to the target "configuration" (for an Ivy dependency) or "scope" (for a Maven dependency).

Return

the resolved variants for this component

Since

5.2