I'm interested in understanding how Koin works int...
# koin-contributors
t
I'm interested in understanding how Koin works internally. I'm reading through the source code, but I'm missing some guidance. Does anyone have any helpful posts/videos on how Koin works internally?
a
Nothing out yet about Koin internals
could be a good article to help contribution đź‘Ť
❤️ 1
First entry point is
Koin
class
with
get()
function that you can follow, until all resolution stack
The other entry point is
startKoin
function from
GlobalContext
and how we deal with DSL data
s
đź‘€ I'd read/watch this post/talk
a
I plan to write some “Koin Design Strategies”, regarding all the companies I helped writing apps with Koin
đź‘€ 3
but added “Koin Internals” to my stack of writing stuff 🙂
đź‘Ť 1