Skip to content

Commit dcb7755

Browse files
Abduqodiri Qurbonzodaqurbonzoda
Abduqodiri Qurbonzoda
authored andcommitted
Update kotlin version to 1.3.70
1 parent 829446a commit dcb7755

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

benchmarks/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.gradle.jvm.tasks.Jar
33

44
plugins {
55
id("kotlin-multiplatform")
6-
id("kotlinx.benchmark") version "0.2.0-dev-6"
6+
id("kotlinx.benchmark") version "0.2.0-dev-8"
77
}
88

99

@@ -47,7 +47,7 @@ kotlin {
4747
commonMain {
4848
dependencies {
4949
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")
5151
api(project(":kotlinx-collections-immutable"))
5252
}
5353
}

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ buildscript {
44
maven(url = "https://dl.bintray.com/kotlin/kotlin-eap")
55
}
66
dependencies {
7-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50")
7+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70")
88
}
99
}
1010

1111
plugins {
12-
id("kotlinx.team.infra") version "0.1.0-dev-49"
12+
id("kotlinx.team.infra") version "0.1.0-dev-52"
1313
}
1414

1515
infra {

core/build.gradle.kts

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ kotlin {
3030

3131
js {
3232
nodejs {
33-
// testTask { }
33+
testTask {
34+
useMocha {
35+
timeout = "30000"
36+
}
37+
}
3438
}
3539
compilations.all {
3640
kotlinOptions {

gradle.properties

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
group=org.jetbrains.kotlinx
22
version=0.4
3-
versionSuffix=SNAPSHOT
3+
versionSuffix=SNAPSHOT
4+
5+
org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

settings.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
pluginManagement {
22
repositories {
3-
maven { url 'https://dl.bintray.com/orangy/maven' }
43
maven { url 'https://dl.bintray.com/kotlin/kotlinx' }
54
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
65
gradlePluginPortal()

0 commit comments

Comments
 (0)