Is it possible to ‘override’ the dependencies from a ‘core’ dependency?
My library depends on coroutines, so the ‘common’ scope declares a dependency on the Metadata coroutine library—but they also have an Android-specific artifact, so I'd like to have a generic-JVM and an Android-specific artifacts. I understand that far, but I'm not sure how to declare that the Android artifact should depend on the Android-specific coroutine implementation