We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f50dafe + 7b6adc1 commit b110913Copy full SHA for b110913
server/src/test/resources/additionalWorkspace/build.gradle
@@ -16,6 +16,6 @@ repositories {
16
}
17
18
dependencies {
19
- implementation 'org.jetbrains.kotlin:kotlin-stdlib'
+ implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
20
testImplementation 'junit:junit:4.11'
21
shared/build.gradle
@@ -9,7 +9,7 @@ sourceCompatibility = 1.8
9
targetCompatibility = 1.8
10
11
12
13
testImplementation 'org.hamcrest:hamcrest-all:1.3'
14
15
0 commit comments