-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Update kotlinx.coroutines to version 1.7.3 #857
Conversation
🤯
|
It seems like BoMs are not correclty applied, and an unexpected version of kotlinx coroutines is requested at runtime for android tests in module Details
|
This comes from this dependency chain:
|
A long term solution would be to enforce BoMs (kotlinx.coroutines, firebase, etc) through a platform module. https://docs.gradle.org/current/userguide/java_platform_plugin.html |
For reference, the full stacktrace:
|
FYI I'm going to start labelling any PRs which are version updates and which require some work. This is so we can build an understanding of the types of problems which developers face when updating so we can make these updates easier in future. |
@dturner Would you be open to enable dependabot on this repository? |
@dturner any feedback about adding @dependabot to this repository? :) |
Here is a draft PR of what it could look like: |
Last time I checked, dependabot was missing important features such as grouping dependencies so that they were updated independently (for Compose compiler + Kotlin). See https://medium.com/androiddevelopers/automating-dependency-updates-in-a-compose-project-168ef5e89ac5 |
Wrong PR I suppose. btw groups are now supported. |
To fix an unexpected dependency version in connectedTest.
95c4b5b
to
3ba4c50
Compare
Done in #985 |
Changelog: