File tree 5 files changed +12
-7
lines changed
5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.gradle.jvm.tasks.Jar
3
3
4
4
plugins {
5
5
id(" kotlin-multiplatform" )
6
- id(" kotlinx.benchmark" ) version " 0.2.0-dev-6 "
6
+ id(" kotlinx.benchmark" ) version " 0.2.0-dev-8 "
7
7
}
8
8
9
9
@@ -47,7 +47,7 @@ kotlin {
47
47
commonMain {
48
48
dependencies {
49
49
api(" org.jetbrains.kotlin:kotlin-stdlib-common" )
50
- api(" org.jetbrains.kotlinx:kotlinx.benchmark.runtime:0.2.0-dev-6 " )
50
+ api(" org.jetbrains.kotlinx:kotlinx.benchmark.runtime:0.2.0-dev-8 " )
51
51
api(project(" :kotlinx-collections-immutable" ))
52
52
}
53
53
}
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ buildscript {
4
4
maven(url = " https://dl.bintray.com/kotlin/kotlin-eap" )
5
5
}
6
6
dependencies {
7
- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50 " )
7
+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70 " )
8
8
}
9
9
}
10
10
11
11
plugins {
12
- id(" kotlinx.team.infra" ) version " 0.1.0-dev-49 "
12
+ id(" kotlinx.team.infra" ) version " 0.1.0-dev-52 "
13
13
}
14
14
15
15
infra {
Original file line number Diff line number Diff line change @@ -30,7 +30,11 @@ kotlin {
30
30
31
31
js {
32
32
nodejs {
33
- // testTask { }
33
+ testTask {
34
+ useMocha {
35
+ timeout = " 30000"
36
+ }
37
+ }
34
38
}
35
39
compilations.all {
36
40
kotlinOptions {
Original file line number Diff line number Diff line change 1
1
group =org.jetbrains.kotlinx
2
2
version =0.4
3
- versionSuffix =SNAPSHOT
3
+ versionSuffix =SNAPSHOT
4
+
5
+ org.gradle.jvmargs =-Xmx2g -XX:MaxPermSize =2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding =UTF-8
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
repositories {
3
- maven { url ' https://dl.bintray.com/orangy/maven' }
4
3
maven { url ' https://dl.bintray.com/kotlin/kotlinx' }
5
4
maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
6
5
gradlePluginPortal()
You can’t perform that action at this time.
0 commit comments