Robert Jaros
03/07/2020, 12:50 PMExecution failed for task ':compileKotlinMetadata'.
> Could not resolve all files for configuration ':kotlinCompilerPluginClasspath'.
> Could not resolve pl.treksoft:kvision-common-annotations:3.1.0-SNAPSHOT.
Required by:
project : > pl.treksoft:kvision-compiler-plugin:3.1.0-SNAPSHOT
> Cannot choose between the following variants of pl.treksoft:kvision-common-annotations:3.1.0-SNAPSHOT:
- js-api
- js-runtime
- jvm-api
- jvm-runtime
- metadata-api
kvision-compiler-plugin
(by removing .module
file) I have similar but different error:
Execution failed for task ':compileKotlinMetadata'.
> Could not resolve all files for configuration ':kotlinCompilerPluginClasspath'.
> Could not resolve pl.treksoft:kvision-common-annotations-jvm:3.1.0-SNAPSHOT.
Required by:
project : > pl.treksoft:kvision-compiler-plugin:3.1.0-SNAPSHOT
> Cannot choose between the following variants of pl.treksoft:kvision-common-annotations-jvm:3.1.0-SNAPSHOT:
- jvm-api
- jvm-runtime
- metadata-api
louiscad
03/07/2020, 1:04 PMjvm-api
and jvm-runtime
for the appropriate configurations?