Hi,
I would like to discuss whats the appropriate way in using this library when I have dependencies library which have used the annotation. It seems like I cannot run kapt per modules or else I hit duplicated classes generated during gradle build. If I only run it in main app, how can I indicate the kapt should run on the modules as well?
Hi,
I would like to discuss whats the appropriate way in using this library when I have dependencies library which have used the annotation. It seems like I cannot run kapt per modules or else I hit duplicated classes generated during gradle build. If I only run it in main app, how can I indicate the kapt should run on the modules as well?