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
Colton Idle
09/23/2023, 8:28 PM
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
Jerry Preissler
09/24/2023, 6:57 PM
Ok, thanks for the reply. I'll give it a shot.
p
Pedro Francisco de Sousa Neto
09/25/2023, 1:15 PM
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.