guys do you think it is wise to use dagger in a library module?
I mean for example I have a module project where I use dagger 2.7 and there I will build an aar file
in my main project I will import the aar but the main module is using another dagger version will it compile? do I always have to consider to have the same dagger version on module and main project?
I have never seen some library module using dagger 2 on github to be honest