Is there a project where I can see how coin works ...
# koin
p
Is there a project where I can see how coin works in a multi module project?
s
I will create a PR for mine soon
the best way I thought around it is having feature modules as libraries
and then in your app class you will initialise your feature with
Posts.init(this)
which internally sets up whatever library needs to +
loadKoinModules(postListModule, networkModule)