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
Copy file name to clipboardExpand all lines: README.md
+39-26Lines changed: 39 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
Immutable collection interfaces and implementation prototypes for Kotlin.
6
6
7
+
This is a multiplatform library providing implementations for `jvm`, `js`, `mingwX64`, `linuxX64`, `macosX64`, `iosX64`, `iosArm64`, `iosArm32` Kotlin targets.
8
+
7
9
For further details see the [proposal](proposal.md).
> Note that the library is experimental and the API is subject to change.
111
113
112
-
The library is published to [kotlinx](https://bintray.com/kotlin/kotlinx/kotlinx.collections.immutable) bintray repository.
114
+
The library is published to [kotlinx](https://bintray.com/kotlin/kotlinx/kotlinx.collections.immutable) bintray repository and available in jcenter too.
115
+
116
+
The library depends on the Kotlin Standard Library of the version at least `1.3.50`.
117
+
118
+
### Gradle
119
+
120
+
Add the bintray repository:
121
+
122
+
```groovy
123
+
repositories {
124
+
jcenter()
125
+
}
126
+
```
127
+
128
+
In multiplatform projects add the following dependency to the common source set:
113
129
114
-
The library depends on the Kotlin Standard Library of the version at least `1.3.40`.
0 commit comments