Skip to content
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

Cannot access class 'com.airbnb.lottie.ImageAssetDelegate'. Check your module classpath for missing or conflicting dependencies #1824

Closed
tobiraak opened this issue Jun 15, 2021 · 2 comments

Comments

@tobiraak
Copy link

When trying to implement Lottie into my Jetpack Compose project, I can't set the LottieAnimationState because it can't access dependencies. Is this a known bug or is there something that I am missing? I am using this version:
com.airbnb.android:lottie-compose:1.0.0-beta07-1

@gpeal
Copy link
Collaborator

gpeal commented Jun 15, 2021

@tobiraak Please attach a sample project that reproduces this. Try to add lottie-android as a dependency explicitly.

@kuramu1108
Copy link

@tobiraak I believe this is due to that com.airbnb.android:lottie-compose:1.0.0-beta07-1 is using com.airbnb.android:lottie:3.7.1-SNAPSHOT and you have to add it as dependency explicitly

@gpeal gpeal closed this as completed Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants