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

Lint error when Coil 0.11.0 #485

Closed
smithc42 opened this issue Aug 6, 2020 · 1 comment
Closed

Lint error when Coil 0.11.0 #485

smithc42 opened this issue Aug 6, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@smithc42
Copy link

smithc42 commented Aug 6, 2020

Describe the bug
Lint throws an error when using Coil 0.11.0 due to a bug in coroutines 1.3.6 (see here). Bug is fixed in coroutines 1.3.7.

Expected behavior
No lint error

To Reproduce
Run lint ./gradlew lint

Logs/Screenshots

./../../../../../../../.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.3.6/84cc2e5a484555e49e908fd831ff503303401dd0/kotlinx-coroutines-core-1.3.6.jar: Invalid package reference in org.jetbrains.kotlinx:kotlinx-coroutines-core; not included in Android: java.lang.instrument. Referenced from kotlinx.coroutines.debug.AgentPremain.

Version
0.11.0

@smithc42 smithc42 added the bug Something isn't working label Aug 6, 2020
@colinrtwhite
Copy link
Member

This is fixed in 0.12.0 by updating Coroutines to 1.3.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants