mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 14:20:24 +08:00
Explicitly add dependency on kotlinx-coroutines-core-jvm
to help IDE analysis
This commit is contained in:
parent
68ec6d52e7
commit
575225874c
@ -55,6 +55,7 @@ kotlin {
|
|||||||
api(kotlin("reflect"))
|
api(kotlin("reflect"))
|
||||||
api(`kotlinx-serialization-core-jvm`)
|
api(`kotlinx-serialization-core-jvm`)
|
||||||
api(`kotlinx-serialization-json-jvm`)
|
api(`kotlinx-serialization-json-jvm`)
|
||||||
|
api(`kotlinx-coroutines-core-jvm`) // don't remove it, otherwise IDE will complain
|
||||||
api(`kotlinx-coroutines-jdk8`)
|
api(`kotlinx-coroutines-jdk8`)
|
||||||
api(`ktor-client-okhttp`)
|
api(`ktor-client-okhttp`)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user