File tree Expand file tree Collapse file tree 4 files changed +8
-42
lines changed Expand file tree Collapse file tree 4 files changed +8
-42
lines changed Original file line number Diff line number Diff line change 1
- # Set up your maven coordinates here, artifactId is defined per project.
2
- group = org.jetbrains.kotlinx
3
- version = 0.4.1
1
+ group =org.jetbrains.kotlinx
2
+ version =0.4.1
4
3
5
- kotlin.code.style =official
6
4
kotlin_version =1.6.0
7
5
jmhVersion =1.21
8
- junit_version =4.12
9
-
10
6
infra_version =0.3.0-dev-64
11
7
12
- node_version = 8.9.4
13
- npm_version = 5.7.1
14
-
8
+ kotlin.code.style =official
15
9
kotlin.incremental.multiplatform =true
16
- org.gradle.jvmargs =-Xmx2g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
17
-
18
10
kotlin.mpp.enableGranularSourceSetsMetadata =true
19
11
kotlin.mpp.enableCompatibilityMetadataVariant =true
20
-
21
12
kotlin.native.distribution.type =prebuilt
22
13
23
- # Workaround for Bintray treating .sha512 files as artifacts
24
- # https://github.com/gradle/gradle/issues/11412
25
- systemProp.org.gradle.internal.publish.checksums.insecure =true
14
+ org.gradle.jvmargs =-Xmx2g -XX:MaxPermSize =2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding =UTF-8
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -86,9 +86,8 @@ dependencies {
86
86
compileOnly " org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version "
87
87
compileOnly " org.openjdk.jmh:jmh-generator-bytecode:$jmhVersion " // used in worker
88
88
89
- testImplementation " org.jetbrains.kotlin:kotlin-test-junit :$kotlin_version "
89
+ testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
90
90
testImplementation gradleTestKit()
91
- testImplementation " junit:junit:$junit_version "
92
91
93
92
/*
94
93
// This is needed for test to get it on classpath and run
Original file line number Diff line number Diff line change 1
- kotlin.code.style =official
2
-
3
- # Set up your maven coordinates here, artifactId is defined per project.
4
- version = 0.4.1
5
- group = org.jetbrains.kotlinx
1
+ group =org.jetbrains.kotlinx
2
+ version =0.4.1
6
3
7
4
kotlin_version =1.6.0
8
5
jmhVersion =1.21
9
- junit_version =4.12
10
6
infra_version =0.3.0-dev-64
11
7
8
+ kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments