Hey everyone, I’ve recently been to the conference...
# kodein
a
Hey everyone, I’ve recently been to the conference in my city and of the topics was about ditching dagger 2 in favor of kodein. One of the things speaker mentioned is that they did that because dagger generates a ton of classes which results in very long build times. He also said that kodein generates classes at runtime and only if you need them unlike dagger which does it at compile time. So can anyone elaborate on that, meaning how is runtime codegen works? I am very interested in how Kodein works under the hood and it would be nice if some could explain that, thanks!