Remove jdk dependency of kotlin stdlib
This commit is contained in:
parent
c9811cca6e
commit
722ddd7c1f
@ -24,7 +24,7 @@ allprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
implementation(kotlin("stdlib"))
|
||||
|
||||
testImplementation("junit:junit:4.12")
|
||||
testImplementation(kotlin("test-common"))
|
||||
|
Loading…
Reference in New Issue
Block a user