Steps to repro:
Run ./JetNews/gradlew -p ./JetNews versionCatalogUpdate (this command is taken from 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.
Cause:
In libs.versions.toml the kotlinx_immutable version variable is also used for kotlinx-coroutines-test. This is incorrect.
Steps to repro:
Run
./JetNews/gradlew -p ./JetNews versionCatalogUpdate(this command is taken fromscripts/updateDeps.sh).This will update the library version for
kotlinx_immutableto1.9.0which doesn't exist (latest version is0.3.8). The build will then fail.Cause:
In
libs.versions.tomlthekotlinx_immutableversion variable is also used forkotlinx-coroutines-test. This is incorrect.