Download Latest Version 0.18.1 _ Components V2 Fixes! source code.zip (1.8 MB)
Email in envelope

Get an email when there's a new version of Kord

Home / 0.17.0
Name Modified Size InfoDownloads / Week
Parent folder
0.17.0 _ Dependency Updates and kotlinx.datetime Migration source code.tar.gz 2025-09-23 1.1 MB
0.17.0 _ Dependency Updates and kotlinx.datetime Migration source code.zip 2025-09-23 1.7 MB
README.md 2025-09-23 2.0 kB
Totals: 3 Items   2.9 MB 0

0.17.0

Breaking Changes!!

This release migrates from the kotlinx.datetime classes Clock and Instant to their equivalents of kotlin.time whilst their APIs are unchanged, imports have to be updated respectivly. Unfortunately JetBrains deprecated the old kotlinx.time classes before the new types were marked stable, therefore it is requierd to opt-in to kotlin.time.ExperimentalTime

Import changes

kotlinx.datetime.Instant -> kotlin.time.Instant
kotlinx.datetime.Clock -> kotlin.time.Clock

Gradle Changes

:::kotlin
kotlin {
  compilerOptions {
    optIn.add("kotlin.time.ExperimentalTime")
  }
}

What's Changed

New Contributors

Full Changelog: https://github.com/kordlib/kord/compare/0.15.0...0.17.0

Source: README.md, updated 2025-09-23