So many topics around 🙂 if there is some people with experience that want to help, feel free to ping me 👍 I’ve just started some experiments
j
Javier
11/19/2020, 9:19 AM
One question, with the compiler, should be necessary to add manually all modules to the
startKoin
? One thing I have seen is when we have a lot of modules, it becomes a pain to organize/add them to
startKoin
. Should be great they are added automatically or even unnecessary to define them via annotate the implementations, etc
a
arnaud.giuliani
11/19/2020, 9:59 AM
yes, that’s a point. And tha’s why I think about annotations to help
h
Hanno
11/19/2020, 2:54 PM
I haven't used koin in production yet, so i Lack a little experience about what a compiler plugin could deliver there. What have your experiments been about so far? I could think of a simpler, standalone version of arrows given construct as a Starting point.
g
Giorgos Neokleous
11/20/2020, 5:57 PM
Hey Arnaud. Where can we check a list of available tasks? I've been using koin in my kmp playground project and would love to contribute to it