anyone know how to add a dependency to a specific configuration of a KMP module? i.e. in android module I want to use a certain configuration from the common module in a specific buildflavor
Thought it would be along the lines of:
implementation project(path: ':common', configuration: 'mock')