mirror of
https://github.com/mamoe/mirai.git
synced 2026-09-05 14:44:57 +08:00
fix missing atomicfu dependency caused by cherry-pick
This commit is contained in:
@@ -43,6 +43,7 @@ kotlin {
|
||||
implementation(project(":mirai-core-utils"))
|
||||
implementation(project(":mirai-console-compiler-annotations"))
|
||||
implementation(`kotlinx-serialization-protobuf`)
|
||||
implementation(`kotlinx-atomicfu`)
|
||||
compileOnly(`ktor-io`) // runtime from mirai-core-utils
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user