xemantic-kotlin-core

Enhances standard library with essential extensions, streamlining common tasks. Easily integrated into projects via dependency management. Regular updates ensure access to latest features.

JVMKotlin/NativeWasmJS
GitHub stars3
Authorsxemantic
Open issues2
LicenseApache License 2.0
Creation date9 months ago

Last activityabout 2 months ago
Latest release0.6.4 (about 2 months ago)

xemantic-kotlin-core

Kotlin stdlib extensions used by Xemantic

Maven Central Version GitHub Release Date license

GitHub Actions Workflow Status GitHub branch check runs GitHub commits since latest release GitHub last commit

GitHub contributors GitHub commit activity GitHub code size in bytes GitHub Created At kotlin version discord users online Bluesky

Why?

This project collects code, which extends Kotlin stdlib with useful functions.

Usage

In build.gradle.kts add:

dependencies {
    implementation("com.xemantic.kotlin:xemantic-kotlin-core:0.6.1")
}

Development

Update gradlew wrapper

./gradlew wrapper --gradle-version 9.2.0 --distribution-type bin

[!NOTE] Check the latest version of gradle

Update all the dependencies to the latest versions

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
JVMKotlin/NativeWasmJS
GitHub stars3
Authorsxemantic
Open issues2
LicenseApache License 2.0
Creation date9 months ago

Last activityabout 2 months ago
Latest release0.6.4 (about 2 months ago)

xemantic-kotlin-core

Kotlin stdlib extensions used by Xemantic

Maven Central Version GitHub Release Date license

GitHub Actions Workflow Status GitHub branch check runs GitHub commits since latest release GitHub last commit

GitHub contributors GitHub commit activity GitHub code size in bytes GitHub Created At kotlin version discord users online Bluesky

Why?

This project collects code, which extends Kotlin stdlib with useful functions.

Usage

In build.gradle.kts add:

dependencies {
    implementation("com.xemantic.kotlin:xemantic-kotlin-core:0.6.1")
}

Development

Update gradlew wrapper

./gradlew wrapper --gradle-version 9.2.0 --distribution-type bin

[!NOTE] Check the latest version of gradle

Update all the dependencies to the latest versions

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