# Ktlibs Kotlin 标准库
Spigot / BungeeCord / Velocity 插件,用于 [kotlin-stdlib](https://central.sonatype.com/artifact/org.jetbrains.kotlin/kotlin-stdlib)
每天自动从 [kotlin-stdlib](https://central.sonatype.com/artifact/org.jetbrains.kotlin/kotlin-stdlib) 同步版本
[](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 kotlin_version = "版本号"
repositories {
maven("https://api.modrinth.com/maven")
}
dependencies {
implementation("maven.modrinth:ktlibs-kotlin-stdlib:$kotlin_version")
}
```