findBundle

abstract fun findBundle(alias: String): Optional<Provider<ExternalModuleDependencyBundle>>

Returns the provider for the corresponding bundle alias.

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

Parameters

alias

the alias of the bundle