File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Immutable Collections Library for Kotlin
2
2
3
- [ ![ JetBrains incubator project] ( http ://jb.gg/badges/incubator.svg)] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub ) [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.collections.immutable/images/download.svg ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.collections.immutable/_latestVersion )
3
+ [ ![ JetBrains incubator project] ( https ://jb.gg/badges/incubator.svg)] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub ) [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.collections.immutable/images/download.svg ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.collections.immutable/_latestVersion )
4
4
5
5
Immutable collection interfaces and implementation prototypes for Kotlin.
6
6
7
7
For further details see the [ proposal] ( proposal.md ) .
8
8
9
- Prototype implementation is based on [ pcollections] ( http ://pcollections.org/) (Copyright 2015 The pcollections Authors.)
9
+ Prototype implementation is based on [ pcollections] ( https ://pcollections.org/) (Copyright 2015 The pcollections Authors.)
10
10
11
11
## What's in this library
12
12
### Interfaces and implementations
@@ -84,7 +84,7 @@ Add the bintray repository to `<repositories>` section:
84
84
</snapshots >
85
85
<id >kotlinx</id >
86
86
<name >bintray</name >
87
- <url >http ://dl.bintray.com/kotlin/kotlinx</url >
87
+ <url >https ://dl.bintray.com/kotlin/kotlinx</url >
88
88
</repository >
89
89
```
90
90
@@ -105,7 +105,7 @@ Add the bintray repository:
105
105
``` groovy
106
106
repositories {
107
107
maven {
108
- url "http ://dl.bintray.com/kotlin/kotlinx"
108
+ url "https ://dl.bintray.com/kotlin/kotlinx"
109
109
}
110
110
}
111
111
```
You can’t perform that action at this time.
0 commit comments