Skip to content

Commit e759584

Browse files
authored
proper name for kotlinx-collections-immutable depenndency (#196)
1 parent 249b9f0 commit e759584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ object Libs {
100100
// https://github.com/Kotlin/kotlinx.collections.immutable
101101
val kotlinx_collections_immutable = dep(
102102
group = "org.jetbrains.kotlinx",
103-
name = "kotlinx-collections-immutable",
103+
name = "kotlinx-collections-immutable-jvm",
104104
version = Versions.kotlinx_collections_immutable
105105
)
106106

0 commit comments

Comments
 (0)