Skip to content

[Bug]: Updating dependencies adds non-existent version for org.jetbrains.kotlinx:kotlinx-collections-immutable #1478

Closed
@dturner

Description

@dturner

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions