okay sry, I am totally noobie in gradle dependency resolving
in a perfect world I want to build an aar binary which uses dagger of any version and no single java files(all is written in kotlin) and kotlin annotation processing tool
and then I want to compile this aar binary into another app project which also uses dagger and java annotation precessing tool but maybe different version
do you guys think this sounds possbile and making sense?