<@U0926QHA6>: having issues with a particular case...
# kohesive
s
@apatrida: having issues with a particular case, I have a framework exposing an interface and within it its using Injekt to inject the appropriate class into a property using Injekt.get() , In an app built on the framework I have a class implementing the interface and using Injekt to register the applications implementation, however I’m getting a compile error that would indicate its not liking the namespace difference even though its implementing the correct interface.