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 11# Immutable Collections Library for Kotlin
22
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 )
44
55Immutable collection interfaces and implementation prototypes for Kotlin.
66
77For further details see the [ proposal] ( proposal.md ) .
88
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.)
1010
1111## What's in this library
1212### Interfaces and implementations
@@ -84,7 +84,7 @@ Add the bintray repository to `<repositories>` section:
8484 </snapshots >
8585 <id >kotlinx</id >
8686 <name >bintray</name >
87- <url >http ://dl.bintray.com/kotlin/kotlinx</url >
87+ <url >https ://dl.bintray.com/kotlin/kotlinx</url >
8888</repository >
8989```
9090
@@ -105,7 +105,7 @@ Add the bintray repository:
105105``` groovy
106106repositories {
107107 maven {
108- url "http ://dl.bintray.com/kotlin/kotlinx"
108+ url "https ://dl.bintray.com/kotlin/kotlinx"
109109 }
110110}
111111```
You can’t perform that action at this time.
0 commit comments