We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Backend and related modules depend on libraries which need to be kept in sync. We should define the common versions in a catalog, publish it and consume it in each module. See: https://docs.gradle.org/current/userguide/platforms.html#sec:sharing-catalogs
The text was updated successfully, but these errors were encountered:
Personally I am much more inclined to use a platform rather than a catalog.
the platform is more heavyweight, but it also works on transitive dependencies, but I feel it might serve our case better
https://docs.gradle.org/current/userguide/platforms.html#sub:platforms-vs-catalog
we can both use a catalog and declare a platform which itself uses the catalog:
Sorry, something went wrong.
jakaarl
No branches or pull requests
Backend and related modules depend on libraries which need to be kept in sync. We should define the common versions in a catalog, publish it and consume it in each module. See: https://docs.gradle.org/current/userguide/platforms.html#sec:sharing-catalogs
The text was updated successfully, but these errors were encountered: