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

This commit is contained in:
Him188 2022-09-23 21:36:47 +08:00
parent 9122dddfb7
commit d1273401f6
No known key found for this signature in database
GPG Key ID: BA439CDDCF652375

View File

@ -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`)