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
Steps to repro:
Run ./JetNews/gradlew -p ./JetNews versionCatalogUpdate (this command is taken from scripts/updateDeps.sh).
./JetNews/gradlew -p ./JetNews versionCatalogUpdate
scripts/updateDeps.sh
This will update the library version for kotlinx_immutable to 1.9.0 which doesn't exist (latest version is 0.3.8). The build will then fail.
kotlinx_immutable
1.9.0
0.3.8
Cause:
In libs.versions.toml the kotlinx_immutable version variable is also used for kotlinx-coroutines-test. This is incorrect.
libs.versions.toml
kotlinx-coroutines-test
The text was updated successfully, but these errors were encountered:
d2e3e7b
JolandaVerhoef
Successfully merging a pull request may close this issue.
Steps to repro:
Run
./JetNews/gradlew -p ./JetNews versionCatalogUpdate
(this command is taken fromscripts/updateDeps.sh
).This will update the library version for
kotlinx_immutable
to1.9.0
which doesn't exist (latest version is0.3.8
). The build will then fail.Cause:
In
libs.versions.toml
thekotlinx_immutable
version variable is also used forkotlinx-coroutines-test
. This is incorrect.The text was updated successfully, but these errors were encountered: