Trying to use Koin Annotations with the compile ti...
# koin
j
Trying to use Koin Annotations with the compile time check, but having some issues with interfaces. This github issue seems to describe my problem, but there is no resolution...what is the best workaround for this today? I have an interface in a low level module that everything depends on, but the implementation is in a higher module, and added to the dependency graph there. But I need to use this dependency in the middle, in modules that cannot depend on the higher module. Without the compile time check this works fine, and I am pretty sure this is a common pattern in dependency injection systems?