I am currently struggling to get koin annotations ...
# koin
j
I am currently struggling to get koin annotations working in a project which is both multi-platform, but also multi-modules (in the gradle sense). Is there any docs somewhere, or any previous threads, which talks about any specific setup you have to do for annotations to work here? My specific case is that the gradle module (sharedanalytics) does not find the annotated
@Single
dependencies in my sub-module, however if I were to put the same code in the root composeApp module, it all compiles fine. A penny for your thoughts.