# Ktlibs Kotlinx DateTime
Spigot / BungeeCord / Velocity 插件,用于 [kotlinx-datetime](https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kotlinx-datetime)
每天自动从 [kotlinx-datetime](https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kotlinx-datetime) 同步版本
[](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_datetime_version = "版本"
repositories {
maven("https://api.modrinth.com/maven")
}
dependencies {
implementation("maven.modrinth:ktlibs-kotlinx-datetime:$kotlinx_datetime_version")
}
```