We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kotlinx-collections-immutable
1 parent 249b9f0 commit e759584Copy full SHA for e759584
buildSrc/src/main/kotlin/Dependencies.kt
@@ -100,7 +100,7 @@ object Libs {
100
// https://github.com/Kotlin/kotlinx.collections.immutable
101
val kotlinx_collections_immutable = dep(
102
group = "org.jetbrains.kotlinx",
103
- name = "kotlinx-collections-immutable",
+ name = "kotlinx-collections-immutable-jvm",
104
version = Versions.kotlinx_collections_immutable
105
)
106
0 commit comments