Skip to content

Commit

Permalink
chore(kt): switch back to kotlin-stdlib-jdk8 (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumpy committed Oct 9, 2020
1 parent 9cb25c6 commit 949be99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/kotlin-test.gradle
Expand Up @@ -17,7 +17,7 @@
apply plugin: "kotlin"

dependencies {
testImplementation "org.jetbrains.kotlin:kotlin-stdlib"
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"

testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.platform:junit-platform-runner"
Expand Down

0 comments on commit 949be99

Please sign in to comment.