hello guys , i'm currently building a library that...
# android
a
hello guys , i'm currently building a library that generates implementation of the interactors i have in the domain layer so the generated implementation will have an
@Inject
annotation and also i'll generates a dagger Module to provide the interactors with the
@Binds
annotation , the problem here is how could i add the module in the appcomponent because its not generated in compile time .
stackoverflow 4
b
Did u already try a solution that generate the appcomponent according to the modules?
a
i want to let the user add the modules he want to use in his project generating will not allow user to add another modules