Skip to content

Commit

Permalink
proper name for kotlinx-collections-immutable depenndency (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
lehvolk authored Oct 31, 2023
1 parent 249b9f0 commit e759584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ object Libs {
// https://github.com/Kotlin/kotlinx.collections.immutable
val kotlinx_collections_immutable = dep(
group = "org.jetbrains.kotlinx",
name = "kotlinx-collections-immutable",
name = "kotlinx-collections-immutable-jvm",
version = Versions.kotlinx_collections_immutable
)

Expand Down

0 comments on commit e759584

Please sign in to comment.