Conductor: Dagger Hilt Extensions

Created on 10 Jun 2020  路  6Comments  路  Source: bluelinelabs/Conductor

We already have solutions(#509, #397) for Dagger 2 and Dagger Android, so will there be a plan to support Dagger Hilt via another third-party library, or is there a workaround to use own EntryPoint in Controller?

Most helpful comment

If your are still interested in a hilt extension, this is mine

https://github.com/FunnyDevs/hilt-conductor

All 6 comments

@vincent-paing You mean injection into Controller constructor?

Currently seems you can only use the entry point interface..

@vincent-paing You can look at fork https://github.com/lalafo-dev/Conductor
ControllerFactory section

@MkhytarMkhoian
Can you explain briefly how can we achieve it? I know you mention ControllerFactory but wondering if you can explain the steps.

@ta-shi I looked at Dagger Hilt and this is a different thing of what I mentioned earlier. Sorry about that

If your are still interested in a hilt extension, this is mine

https://github.com/FunnyDevs/hilt-conductor

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DJafari picture DJafari  路  4Comments

EricKuck picture EricKuck  路  5Comments

jpetitto picture jpetitto  路  4Comments

Lancelittle picture Lancelittle  路  10Comments

cbnewham picture cbnewham  路  8Comments