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.
1 parent 360cd24 commit 071d911Copy full SHA for 071d911
README.md
@@ -1,4 +1,4 @@
1
-# kotlinx.collections.immutable
+# Immutable Collections Library for Kotlin
2
3
Immutable collection interfaces and implementation prototypes for Kotlin ([proposal](proposal.md))
4
@@ -8,8 +8,8 @@ To initialize submodules, use the following commands:
8
git submodule init
9
git submodule update
10
11
-Then you can build artifacts with:
+Then you can build and install artifacts to maven local with:
12
13
- mvn install
+ gradlew build install
14
15
Prototype implementation is based on [pcollections](http://pcollections.org/) (Copyright 2015 The pcollections Authors.)
0 commit comments