-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Approach when usimg klassindex with library modules #2
Comments
Hi @aymanson |
+1. The same problem. I don't know what i need to do with this bug. I believe that this class which contains references to classes should be generated in special packages for the project, so that there would be no conflicts with multi-modular projects. It may just happen that one module receives classes of another module, but not its own, because the same class path. |
@matfax what about storing class patches in meta-inf directory? |
@MairwunNx I would appreciate it if you could provide me with more detailed information on how to reproduce the issue. I understand that it's about multi-modular projects but what's the underlying Gradle configuration and structure? |
I think |
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?
The text was updated successfully, but these errors were encountered: