kosi-libs/Kodein

"Projects must be configuring" error during Gradle configuration with Kodein 7.13.1 in Kotlin/JS project

NorbertSandor opened this issue · 2 comments

I tried to add JS support (again) to my multi-platform multi-module project incrementally.
Besides other things, I found out that adding org.kodein.di:kodein-di:7.13.1 as a JS project dependency produces the "Projects must be configuring" error, while org.kodein.di:kodein-di:7.13.0 does not.

Please see this issue for some more details: https://youtrack.jetbrains.com/issue/KT-52647

My understanding of https://youtrack.jetbrains.com/issue/KT-52647 is that a small and unrelated change in the gradle config can trigger this issue https://youtrack.jetbrains.com/issue/KT-52647/KJS-Gradle-Make-Projects-must-be-configuring-a-warning#focus=Comments-27-6258597.0-0.

So this does not seems to be an issue from 7.13.1 specifically. Not sure Kodein as something to do with this. However, will try to reproduce a some point.

This issue is clearly not from us as we encounter it on no kodein dependent projects.
Closing the issue.