Hey guys, just found about this channel, I'd like ...
# koin-contributors
n
Hey guys, just found about this channel, I'd like to get more accustomed to the Koin source code and the logic behind it. I've read the code but I cannot fully grasp the idea behind it. Can someone briefly give me some pointers of the general premise and the main concepts Koin is based around? Also what to look out for and pay extra attention to while looking at the source code. Thank you! Hopefully will start contributing soon
a
Hey Nikola, I can give you a bunch of entry points to understand from where to start
There is 2 sides of Koin, the DSL and the core engine
from here you can check how we get resolve things
perhaps best is to start with understanding one usecase
of Koin