1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 13:03:35 +08:00

[core] Remove redundant AtomicFU runtime dependency from mirai-core-utils

This commit is contained in:
Him188 2023-04-30 11:36:27 +01:00
parent f469e889d2
commit c3a9511783
No known key found for this signature in database
GPG Key ID: BA439CDDCF652375

View File

@ -35,7 +35,6 @@ kotlin {
api(`kotlinx-serialization-json`)
api(`kotlinx-coroutines-core`)
implementation(`kotlinx-atomicfu`)
implementation(`kotlinx-serialization-protobuf`)
relocateImplementation(`ktor-io_relocated`)
}