Kotlin stdlib extensions used by Xemantic
This project collects code, which extends Kotlin stdlib with useful functions.
In build.gradle.kts add:
dependencies {
implementation("com.xemantic.kotlin:xemantic-kotlin-core:0.5.0")
}./gradlew wrapper --gradle-version 9.2.0 --distribution-type binNote
Check the latest version of gradle
All 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 --no-parallel