Hi all. I'm using koin in my app and the architecture is MVP. My fragment implements a view contract interface that I want to pass to the presenter via constructor injection but I can't quite figure out how to do it with Koin. Seems like you can only do a
bind
on a
provide
statement if you call the constructor but I don't want to initialize the fragment. Any thoughts? (I apologize if this is a silly question)