Fedor Ihnatkevich
Fedor Ihnatkevich
Thanks for the response! Yes, I can see that `master` is much newer than published `1.0.0` version. I probably can use this library's master "by source" or fork it and...
I'll investigate the possibility of using such API.
Well, Yatagan doesn't generate any factories/injectors in the same package as Dagger does. So even if it is possible to use `isAccessible = true` with RT mode, the compilation will...
As the profit of solving this is, sadly, less than we expected, I'll lower the priority.
Let's try to go over sensible options on how to implement this: ### 1. **Binding approach**. The graph just uses the object bound to `com.yandex.yatagan.ThreadAsserter`. ```kotlin class MyTAImpl @Inject constuctor()...