Remove jdk dependency of kotlin stdlib

This commit is contained in:
Michael Bull 2018-09-24 23:24:29 +01:00
parent c9811cca6e
commit 722ddd7c1f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ allprojects {
} }
dependencies { dependencies {
implementation(kotlin("stdlib-jdk8")) implementation(kotlin("stdlib"))
testImplementation("junit:junit:4.12") testImplementation("junit:junit:4.12")
testImplementation(kotlin("test-common")) testImplementation(kotlin("test-common"))