Skip to content

Instantly share code, notes, and snippets.

@jbellis
Created June 10, 2022 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbellis/0d1cc53a64721f72b163a3b9152825e9 to your computer and use it in GitHub Desktop.
Save jbellis/0d1cc53a64721f72b163a3b9152825e9 to your computer and use it in GitHub Desktop.
Execution failed for task ':orx-jvm:orx-triangulation:compileKotlin'.
> Error while evaluating property 'filteredArgumentsMap' of task ':orx-jvm:orx-triangulation:compileKotlin'
> Could not resolve all files for configuration ':orx-jvm:orx-triangulation:compileClasspath'.
> Could not resolve com.github.jbellis.delaunator:delaunator-js:1.0.3.3.
Required by:
project :orx-jvm:orx-triangulation > com.github.jbellis:delaunator:1.0.3.3
> No matching variant of com.github.jbellis.delaunator:delaunator-js:1.0.3.3 was found. The consumer was configured to find an API of a library compatible with Java 8, preferably in the form of class files, preferably optimized for standard JVMs, and its dependencies declared externally, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'jvm' but:
- Variant 'jsApiElements-published' capability com.github.jbellis.delaunator:delaunator-js:1.0.3.3 declares a library:
- Incompatible because this component declares a usage of 'kotlin-api' of a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'js' and the consumer needed an API of a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'jvm'
- Other compatible attributes:
- Doesn't say anything about how its dependencies are found (required its dependencies declared externally)
- Doesn't say anything about its target Java environment (preferred optimized for standard JVMs)
- Doesn't say anything about its target Java version (required compatibility with Java 8)
- Doesn't say anything about its elements (required them preferably in the form of class files)
- Variant 'jsRuntimeElements-published' capability com.github.jbellis.delaunator:delaunator-js:1.0.3.3 declares a library:
- Incompatible because this component declares a usage of 'kotlin-runtime' of a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'js' and the consumer needed an API of a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'jvm'
- Other compatible attributes:
- Doesn't say anything about how its dependencies are found (required its dependencies declared externally)
- Doesn't say anything about its target Java environment (preferred optimized for standard JVMs)
- Doesn't say anything about its target Java version (required compatibility with Java 8)
- Doesn't say anything about its elements (required them preferably in the form of class files)
> Could not resolve com.github.jbellis.delaunator:delaunator-native:1.0.3.3.
Required by:
project :orx-jvm:orx-triangulation > com.github.jbellis:delaunator:1.0.3.3
> No matching variant of com.github.jbellis.delaunator:delaunator-native:1.0.3.3 was found. The consumer was configured to find an API of a library compatible with Java 8, preferably in the form of class files, preferably optimized for standard JVMs, and its dependencies declared externally, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'jvm' but:
- Variant 'nativeApiElements-published' capability com.github.jbellis.delaunator:delaunator-native:1.0.3.3 declares a library:
- Incompatible because this component declares a usage of 'kotlin-api' of a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'native' and the consumer needed an API of a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'jvm'
- Other compatible attributes:
- Doesn't say anything about how its dependencies are found (required its dependencies declared externally)
- Doesn't say anything about its target Java environment (preferred optimized for standard JVMs)
- Doesn't say anything about its target Java version (required compatibility with Java 8)
- Doesn't say anything about its elements (required them preferably in the form of class files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment