-
Notifications
You must be signed in to change notification settings - Fork 5
Duplicate class in androidx.annotation #61
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
Comments
At the moment, the internal JetBrains library cannot be replaced with the official one, since there is no JS target there. |
@Nek-12 Workaround does not works for me.
|
@Lavmee How to solve this issue? This is critical blocker for me. I can't build and run the application. Library is not working because of this. |
@Lavmee Currently there is no way to use this library. compose-multiplatform: 1.6.11 result: compose-multiplatform: 1.7.0-alpha3 result: This need to be fix as soon as possible. |
@Monabr, I'll check everything today. |
@Lavmee Turns out it was other dependency with constraintlayout in it. |
@Lavmee @Nek-12 If I apply the ticket author's solution
Then when I build the project on IOS I get
If I remove What should I do about this? It is very frustrating that I cannot use the library. Please fix this problem. |
This comment was marked as abuse.
This comment was marked as abuse.
Should be fixed in version 0.5.0-alpha03. If there are any problems, write here. |
Build fails with:
Usage:
Other modules use other androidx. libraries. All modules use only this artifact for constraint layout. transitive dependencies may use the original artifact (unknown)
Workaround:
See comments below.
The text was updated successfully, but these errors were encountered: