`KoinJavaComponent` is crashing when I'm looking f...
# koin-contributors
p
KoinJavaComponent
is crashing when I'm looking for
scoped
dependencies. Looking inside koin code, the class
KoinJavaComponent
has scope parameter only in comments 👀. The scope was removed in commit
02dc776416f1ae9a708c2d421da89f120215a8b8
- look the print. That was expected @arnaud.giuliani? If not, can I fix it openning a PR and restoring the deleted code back? I think we had this problem in the past (here),
If not, can I open a PR to delete the doc parameter scope? 😆
a
yes, or peerhaps need to investigate more why we can't use the API anymore. Didn't had time to look at it