Skip to content

Commit b110913

Browse files
authored
Merge pull request #250 from fwcd/jdk8-stdlib
Update to Kotlin standard library with JDK8 extensions
2 parents f50dafe + 7b6adc1 commit b110913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/src/test/resources/additionalWorkspace/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ repositories {
1616
}
1717

1818
dependencies {
19-
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
19+
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
2020
testImplementation 'junit:junit:4.11'
2121
}

shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sourceCompatibility = 1.8
99
targetCompatibility = 1.8
1010

1111
dependencies {
12-
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
12+
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
1313
testImplementation 'org.hamcrest:hamcrest-all:1.3'
1414
testImplementation 'junit:junit:4.11'
1515
}

0 commit comments

Comments
 (0)