extend

abstract fun extend(configuration: String)(source)

Add the name of a configuration that this configuration extends. The extend value can use the following wildcards:

  • * - all other configurations
  • *(public) - all other public configurations
  • *(private) - all other private configurations

Parameters

configuration

The extended configuration name