Gunslingor
08/11/2020, 6:16 PMWarning:<i><b>project ':srcFrontend': Unable to build Kotlin project configuration</b>
Details: org.gradle.internal.operations.BuildOperationQueueFailure: There was a failure while populating the build operation queue: Could not resolve all dependencies for configuration ':srcFrontend:npm'.
Caused by: org.gradle.api.artifacts.ResolveException: Could not resolve all dependencies for configuration ':srcFrontend:npm'.
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve com.beust:klaxon:5.4.
Required by:
project :srcFrontend
Caused by: org.gradle.internal.component.NoMatchingConfigurationSelectionException: No matching variant of com.beust:klaxon:5.4 was found. The consumer was configured to find a usage of 'kotlin-runtime' of a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'js' but:
- Variant 'apiElements' capability com.beust:klaxon:5.4:
- Incompatible because this component declares an API of a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'jvm' and the consumer needed a usage of 'kotlin-runtime' of a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'js'
- Variant 'runtimeElements' capability com.beust:klaxon:5.4 declares a runtime of a component:
- Incompatible because this component declares a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'jvm' and the consumer needed a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'js'</i>
cedric
08/12/2020, 3:31 AMGunslingor
08/12/2020, 12:37 PM