findLibrary

abstract fun findLibrary(alias: String): Optional<Provider<MinimalExternalModuleDependency>>

Returns the dependency provider for the corresponding library alias.

Note: Alias will be automatically normalized: '-', '_' and '.' will be replaced with '.'

Since

7.4

Parameters

alias

the alias of the library