Compatibility
Minecraft: Java Edition
1.21
1.20.6
1.20.4
1.20–1.20.2
1.19.2–1.19.4
1.19
1.18.2
1.17.1
1.16.5
1.16.1
1.15.2
1.14.4
1.13.2
1.12.2
1.11.2
1.10.2
1.9.4
1.8.9
1.7.10
1.6.4
1.5.2
1.4.7
1.3.2
1.2.5
1.1
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Ktlibs Kotlin Stdlib
Spigot / BungeeCord / Velocity plugin for kotlin-stdlib
Auto sync version from kotlin-stdlib every day
For players / server manager / users
You only need to download this plugin if other plugins depend on it
For developers
// build.gradle.kts
val kotlin_version = "the version"
repositories {
maven("https://api.modrinth.com/maven")
}
dependencies {
implementation("maven.modrinth:ktlibs-kotlin-stdlib:$kotlin_version")
}