gildor
01/08/2018, 10:45 AMval someObject: Foo by inject { foo() }
and inside inject you have your component context
We tried all these option, but it’s hard to work with scopes and those solution smells, so we just use lateinit
now
I would recommend to use constructor injection if it’s possible