Jakob K
11/15/2021, 1:01 PMincludeImplementation
is my custom configuration) as follows:
includeImplementation(compose.desktop.currentOs)
and then trying to resolve the dependencies of this configuration
includeImplementation.resolvedConfiguration.firstLevelModuleDependencies
I am getting the following error
Caused by: org.gradle.internal.component.AmbiguousConfigurationSelectionException: Cannot choose between the following variants of org.jetbrains.compose.foundation:foundation:1.0.0-beta5:
- debugRuntimeElements-published
- desktopRuntimeElements-published
- releaseRuntimeElements-published
How can I choose one of these variants and avoid this exception?Javier
11/15/2021, 1:51 PMJavier
11/15/2021, 1:51 PM