Dmitry Suzdalev
Dmitry Suzdalev
Perhaps this is related to the fact that in my case these errors were from the provided component argument properties, i.e. ``` abstract class Component(@get:Provider val context: ApplicationContext) typealias ApplicationContext...
> you still need the lambda form for anywhere else you'd be injecting it Perhaps this could be done automagically: I have fun in component, but whenever lambda is injected,...
Nice! Indeed `AS INTEGER` works, while `AS INT` doesn't. What also doesn't work and I'd like it to work is casting to kotlin/java types, for example ``` import kotlin.Boolean; selectNoWith:...
I see! Good to know about `mergeRequired`, I will remember this and will try it if I ever run into perf problems. So far it's a purely theoretical question for...