Ktlibs Kotlinx DateTime
Spigot / BungeeCord / Velocity plugin for kotlinx-datetime
Auto sync version from kotlinx-datetime 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 kotlinx_datetime_version = "the version"
repositories {
maven("https://api.modrinth.com/maven")
}
dependencies {
implementation("maven.modrinth:ktlibs-kotlinx-datetime:$kotlinx_datetime_version")
}