Commit afdf62b5 authored by Him188's avatar Him188

Remove jdk7 and jdk8 dependencies

parent 3037dd16
......@@ -104,8 +104,8 @@ kotlin {
val jvmMain by getting {
dependencies {
api(kotlin("stdlib-jdk8", kotlinVersion))
api(kotlin("stdlib-jdk7", kotlinVersion))
//api(kotlin("stdlib-jdk8", kotlinVersion))
//api(kotlin("stdlib-jdk7", kotlinVersion))
api(kotlin("reflect", kotlinVersion))
api(ktor("client-core-jvm", ktorVersion))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment