Kotlin extensions which should have been added to the stdlib
This project collects code, which should be a part of the Kotlin stdlib, either soon or in general as a desired functionality.
In build.gradle.kts add:
dependencies {
implementation("com.xemantic.kotlin:xemantic-kotlin-core:0.2.0")
}./gradlew wrapper --gradle-version 8.12.1 --distribution-type binAll the gradle dependencies are managed by the libs.versions.toml file in the gradle dir.
It is easy to check for the latest version by running:
./gradlew dependencyUpdates