Browse Source

[core] Remove dependency `kotlinx-coroutines-jdk8` from mirai-core-api

Him188 3 years ago
parent
commit
d1273401f6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      mirai-core-api/build.gradle.kts

+ 0 - 1
mirai-core-api/build.gradle.kts

@@ -57,7 +57,6 @@ kotlin {
 
         findByName("jvmBaseMain")?.apply {
             dependencies {
-                api(`kotlinx-coroutines-jdk8`) // use -jvm modules for this magic target 'jvmBase'
                 implementation(`jetbrains-annotations`)
                 implementation(`log4j-api`)
                 compileOnly(`slf4j-api`)