Hello folks :wave:, one of my app dependencies use...
# koin
j
Hello folks 👋, one of my app dependencies use Koin 3.1.1 and my app upgraded to 3.3. My app is now crashing because 3.2 seemed to have changed the name of
Module.kt
to
ModuleDSL.kt
. If I don't upgrade, other modules that depend on me will crash. How are you guys solving this issue? I'm kind of stuck with this badly.
a
What package/source does it impact exactly?