File tree Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import org.jetbrains.kotlin.gradle.tasks.*
7
7
plugins {
8
8
java
9
9
kotlin(" jvm" )
10
- kotlin(" plugin.allopen" ) version " 1.3.40-eap-105 "
10
+ kotlin(" plugin.allopen" ) version " 1.3.41 "
11
11
id(" kotlinx.benchmark" ) version " 0.2.0"
12
12
}
13
13
14
14
sourceSets.all {
15
- java.srcDir( " $name /src" )
16
- resources.srcDir( " $name /resources" )
15
+ java.setSrcDirs( listOf ( " $name /src" ) )
16
+ resources.setSrcDirs( listOf ( " $name /resources" ) )
17
17
}
18
18
19
19
configure<AllOpenExtension > {
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ buildscript {
6
6
7
7
plugins {
8
8
id ' org.jetbrains.kotlin.multiplatform'
9
- id ' org.jetbrains.kotlin.plugin.allopen' version " 1.3.40-eap-105 "
9
+ id ' org.jetbrains.kotlin.plugin.allopen' version " 1.3.41 "
10
10
id ' kotlinx.benchmark' version " 0.2.0"
11
- id ' kotlinx.team.node'
12
11
}
13
12
14
13
// how to apply plugin to a specific source set?
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
3
id ' org.jetbrains.kotlin.jvm'
4
- id ' org.jetbrains.kotlin.plugin.allopen' version " 1.3.40-eap-105 "
4
+ id ' org.jetbrains.kotlin.plugin.allopen' version " 1.3.41 "
5
5
id ' kotlinx.benchmark' version ' 0.2.0'
6
6
}
7
7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ group = org.jetbrains.kotlinx
3
3
version = 0.2.0
4
4
5
5
kotlin.code.style =official
6
- kotlin_version =1.3.40-eap-105
6
+ kotlin_version =1.3.41
7
7
jmhVersion =1.21
8
8
junit_version =4.12
9
9
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
14
14
plugins {
15
15
id ' java-gradle-plugin'
16
- id ' org.jetbrains.kotlin.jvm' version " 1.3.40-eap-105 "
16
+ id ' org.jetbrains.kotlin.jvm' version " 1.3.41 "
17
17
}
18
18
19
19
apply plugin : ' kotlinx.team.infra'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group = org.jetbrains.kotlinx
7
7
# Put link to your OSS repository. Bintray requires this to be filled for free OpenSource tiers.
8
8
vcs =https://github.com/kotlin/kotlinx-benchmark
9
9
10
- kotlin_version =1.3.40-eap-105
10
+ kotlin_version =1.3.41
11
11
jmhVersion =1.21
12
12
infra_version =0.1.0-dev-47
13
13
You can’t perform that action at this time.
0 commit comments