I'm using io.insert-koin:koin-ktor:3.4.3 . Would y...
# koin
j
I'm using io.insert-koinkoin ktor3.4.3 . Would you recommend that I migrate to 3.5.x? If yes, is there anything that I need to be aware of?
c
i think in general. updating is always good. i think i read 3.5 introduces a bom AND experimental compile time safety? which is cool. someone else can probably clarify because im mostly a koin lurker. 😅
âž• 1
j
Ok, thanks for the reply. I'll give it a shot.
p
Koin it’s not working in compile time level like Hilt, Dagget etc. Koin is generating module (and dependencies) declaration in compile time using Koin annotations.
The dependency tree is working only in runtime