File tree Expand file tree Collapse file tree 5 files changed +27
-3
lines changed Expand file tree Collapse file tree 5 files changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ plugins {
4
4
}
5
5
6
6
repositories {
7
+ mavenLocal()
7
8
mavenCentral()
8
9
jcenter()
9
10
maven { url ' http://nexus.usethesource.io/content/repositories/public/' }
@@ -12,9 +13,10 @@ repositories {
12
13
dependencies {
13
14
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
14
15
15
- implementation project( path : ' :kotlinx-collections-immutable' )
16
+ implementation ' org.jetbrains.kotlinx :kotlinx-collections-immutable:0.1-SNAPSHOT '
16
17
implementation ' io.usethesource:capsule:0.6.1'
17
18
implementation ' org.organicdesign:Paguro:3.1.2'
19
+ implementation ' com.oath.cyclops:cyclops:10.3.0'
18
20
}
19
21
20
22
compileKotlin {
Original file line number Diff line number Diff line change
1
+ # Tue Jun 11 01:45:01 MSK 2019
2
+ distributionBase =GRADLE_USER_HOME
3
+ distributionPath =wrapper/dists
4
+ zipStoreBase =GRADLE_USER_HOME
5
+ zipStorePath =wrapper/dists
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10-all.zip
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2016-2019 JetBrains s.r.o.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ rootProject. name = ' Collection Frameworks Benchmarks'
Original file line number Diff line number Diff line change 1
1
rootProject. name = ' Kotlin Immutable Collections'
2
2
include ' :pcollections'
3
3
include ' :kotlinx-collections-immutable'
4
- include ' :kotlinx-collections-immutable:tests'
5
- include ' :benchmarks-libraries'
4
+ include ' :kotlinx-collections-immutable:tests'
You can’t perform that action at this time.
0 commit comments