add Interface Implementations
fun addInterfaceImplementations(interfaceUri: String, implementationUris: List<String>): BaseConfigBuilder
Adds multiple interface implementations with the specified interface URI and a list of implementation URIs.
Return
This BaseConfigBuilder instance for chaining calls.
Parameters
interface Uri
The URI of the interface to associate with the implementations.
implementation Uris
A List of URIs of the implementations.