-
Notifications
You must be signed in to change notification settings - Fork 40
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
Conflict between sheets-compose-dialogs and sheets #69
Comments
The solution is to disable BuildConfig generation for library modules I believe. At least for sheets-compose. And to also enable nonTransitiveRClass |
Thank you very much rosenpin. 😊 Life is currently very chaotic... I will try to find some time to at least look at this issue this weekend. |
Thanks! And for sure that's understandable, life comes first! |
I have already enabled nonTransitiveRClass. Additionally, I will set a unique module identifier for each dependency or module to avoid conflicts. Hopefully this will fix it. |
Hello,
First of all I would like to thank you for your work on both sheets libraries, they truly level up the application by looking very professional and producing expected behavior.
Issue
I recently started migrating one of my big apps to compose and ran into a problem with your library. Some parts of my code still use Android views where some other newer parts use compose. When trying to include both of your wonderful libraries, I'm getting this compilation error:
I'm not entirely sure why this is happening but I guess it has something to do with a unique key that is shared between the 2 different libraries.
Anyway this is the full traceback
Let me know if there's anything I can do to help
The text was updated successfully, but these errors were encountered: