Hi, Was upgrading <muirwik> library to `0.10.1` a...
# javascript
s
Hi, Was upgrading muirwik library to
0.10.1
and kotlin multiplatform to
1.6.10
ran into this build issue. Does someone run into something similar?
Could not determine the dependencies of task ':jsPackageJson'.
> Could not resolve all dependencies for configuration ':jsNpm'.
> Could not resolve com.ccfraser.muirwik:muirwik-components:0.10.1.
Required by:
project :
> No matching variant of com.ccfraser.muirwik:muirwik-components:0.10.1 was found. The consumer was configured to find a usage of 'kotlin-runtime' of a library, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'js', attribute 'org.jetbrains.kotlin.js.compiler' with value 'ir' but:
g
Maybe the lib is built on js(IR) and you use LEGACY?
s
js(IR) is present in Gradle. The older version of muirwik lib(0.9.0) works fine.