Hi folks! Kodein-DI 7.3.0 is out! This mostly bri...
# kodein
r
Hi folks! Kodein-DI 7.3.0 is out! This mostly brings kotlin 1.4.30, with JS IR backend 🙂 (still on Jcenter, this could be the last release with Bintray...)
👀 1
🔥 3
b
Getting the following when trying to build with IR & 7.3.0
Copy code
Could not determine the dependencies of task ':app:jsPackageJson'.
> Could not resolve all dependencies for configuration ':app:jsNpm'.
   > Could not resolve org.kodein.di:kodein-di:{require 7.3.0; reject _}.
     Required by:
         project :app
      > No matching variant of org.kodein.di:kodein-di:7.3.0 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', attribute 'org.jetbrains.kotlin.js.compiler' with value 'ir' but:
Looks like something did not publish right
r
Indeed, I forgot something in the project configuration... 7.3.1 should work https://dl.bintray.com/kodein-framework/Kodein-DI/org/kodein/di/kodein-di-js/7.3.1/
K 1
j
7.3.1 + IR works like a charm!
🎉 2
r
are you experiencing something like https://github.com/Kodein-Framework/Kodein-DI/issues/355 ?
j
I do not experience such issues (luckily :) ) how is that project setup? Perhaps gradle issue? Maybe needs to clean/invalidate caches
r
Yep this was my first thought, but I was wondering if it was ok for you first 😉 Thx for the feedback