My `ThirdObject()`class requires `someObject` obje...
# kodein
j
My `ThirdObject()`class requires
someObject
object in the constructor and this object already has been bind by kodein. But I'm not sure if inject
someObject
at
SomeModule{...}
is a good idea.