`./gradlew koverHtmlReport` fails with ```Could no...
# code-coverage
d
./gradlew koverHtmlReport
fails with
Copy code
Could not determine the dependencies of task ':app:koverHtmlReport'.
> Could not resolve all task dependencies for configuration ':app:koverExternalArtifacts'.
   > Could not resolve project :core:designsystem:common.
     Required by:
         project :app
      > The consumer was configured to find attribute 'kotlinx.kover.variant.name' with value ''. However we cannot choose between the following variants of project :core:designsystem:common:
          - debugRuntimeElements
          - releaseRuntimeElements
...