We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ceab35 commit bce06daCopy full SHA for bce06da
README.md
@@ -159,6 +159,9 @@ implementation 'org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2'
159
160
## Building from source
161
162
+> :information_source: To build this project you will need to have a path to JDK 6 specified with the `JDK_6` environment variable or gradle property.
163
+> For the local development purposes any JDK newer than that can be used instead.
164
+
165
You can build and install artifacts to maven local with:
166
167
gradlew build install
0 commit comments