I updated to 2.2.0-beta2 , I had to add a lot of annotation because we inherited from a lot of KoinComponent
a
arnaud.giuliani
10/02/2020, 1:24 PM
yes sorry, it’s part of Strategy to warn people that KoinComponent is the core locator API extension
I’ve seen many bad use of KoinComponent, I prefer to push warn for that
s
sebastien.rouif
10/02/2020, 1:30 PM
Agree, I might have won arguments if it had been there before
😄 1
j
Jeziel Lago
10/09/2020, 12:47 PM
I was in 2.2.0-beta-1 too but breaking changes are occurring frequently (e.g AutoCloseKoinTest) and my project is strongly impacted for them 😕 .
We need to create ways to support older versions avoiding breaking (maybe deprecate before of remove).