I'm suffering a lot to migrate a huge project from...
# koin
p
I'm suffering a lot to migrate a huge project from Koin 3.x to Koin 4.0 (as release candidate). The idea it's just to get the project prepared to stable and final Koin 4.x release. My pain is in tests because we've a thousands of Koin modules. And 1/4 of them have unit test coverage using
checkModules()
. Unfortunately,
checkModules
was deleted in release 4.0.0-rc1. I think the idea was to keep as deprecated instead of delete. I've opened a issue and a PR restoring this code. Are you guys agree with this approach too? Issue: https://github.com/InsertKoinIO/koin/issues/1938 PR: https://github.com/InsertKoinIO/koin/pull/1939