You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Note that the library is experimental and the API is subject to change.
116
116
117
-
The library is published to [kotlinx](https://bintray.com/kotlin/kotlinx/kotlinx.collections.immutable) bintray repository and available in jcenter too.
117
+
The library is published to Maven Central repository.
118
118
119
-
The library depends on the Kotlin Standard Library of the version at least `1.4.0`.
119
+
The library depends on the Kotlin Standard Library of the version at least `1.4.30`.
120
120
121
121
### Gradle
122
122
123
-
Add the bintray repository:
123
+
Add the Maven Central repository:
124
124
125
125
```groovy
126
126
repositories {
127
-
jcenter()
127
+
mavenCentral()
128
128
}
129
129
```
130
130
131
-
In multiplatform projects add the following dependency to the common source set:
131
+
Add the library to dependencies of the platform source set, e.g.:
0 commit comments