# Ktlibs Kotlinx Atomicfu
Spigot / BungeeCord / Velocity 插件,用于 [atomicfu](https://central.sonatype.com/artifact/org.jetbrains.kotlinx/atomicfu)
每天自动同步来自 [atomicfu](https://central.sonatype.com/artifact/org.jetbrains.kotlinx/atomicfu) 的版本
[](https://github.com/kotlin-libs-mcplg/ktlibs/actions/workflows/check.yml)
[](https://github.com/kotlin-libs-mcplg/ktlibs/actions/workflows/build.yml)
# 对于玩家 / 服务器管理员 / 用户
您只需要在其他插件依赖此插件时才下载此插件。
# 对于开发者
```kts
// build.gradle.kts
val kotlinx_atomicfu_version = "版本号"
repositories {
maven("https://api.modrinth.com/maven")
}
dependencies {
implementation("maven.modrinth:ktlibs-kotlinx-atomicfu:$kotlinx_atomicfu_version ")
}
```