mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-09 19:50:27 +08:00
Add jetbrains-annotations dependency to mirai-core-api
This commit is contained in:
parent
c82efff696
commit
d0cbe087b1
@ -57,6 +57,7 @@ kotlin {
|
||||
api(`kotlinx-serialization-json`)
|
||||
implementation(`kotlinx-serialization-protobuf`)
|
||||
api(`kotlinx-coroutines-core`)
|
||||
implementation(`jetbrains-annotations`)
|
||||
// api(`kotlinx-coroutines-jdk8`)
|
||||
|
||||
api(`ktor-client-okhttp`)
|
||||
|
Loading…
Reference in New Issue
Block a user