-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Duplicate class androidx.lifecycle.ViewModel in coil 2.2.0 #1423
Comments
Unfortunately, this is an androidx bug. The ticket says it will be fixed in |
Fixed by 3a43cb0. You can also upgrade to |
Actually it doesn't seem like Once this issue is solved in a stable release it should be ok to bump Coil's androidx dependencies again. |
` dependencies {
} ` No thanks |
where to put it ? |
I'm also facing this issue for the last few days. Please help/ |
Describe the bug
After update coil to 2.2.0, i have error "Duplicate class androidx.lifecycle.ViewModel". But if i use coil 2.1.0 all is well.
To Reproduce
Update to coil version 2.2.0
Logs/Screenshots
Version
Kotlin 1.7.10
compileSdkVersion 32
My Dependencies
The text was updated successfully, but these errors were encountered: