
Enhances standard library with essential extensions, streamlining common tasks. Easily integrated into projects via dependency management. Regular updates ensure access to latest features.
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.6.1")
}./gradlew wrapper --gradle-version 9.2.0 --distribution-type bin[!NOTE] 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-parallelKotlin 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.6.1")
}./gradlew wrapper --gradle-version 9.2.0 --distribution-type bin[!NOTE] 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