At first, I thought to make the SomeActivity a com...
# kotlin-inject
d
At first, I thought to make the SomeActivity a component itself... and using delegation but that won't work since I don't have an instance there... well, maybe it would if I declare the SomeActivityComponent.create(...) in the
by
on the class's definition, but then I'd need the
SomeActivity
instance to pass to it...