Skip to content

A set of helpers to extend Kotlin programming language

License

Notifications You must be signed in to change notification settings

nemoengineering/kotlin-utils

Repository files navigation

Kotlin Utility Library

CD/CI Workflow

A set of helpers to extend Kotlin programming language including string manipulation and terminal output.

Installation

This library is currently available through JitPack.

In order to use the library, add first the JitPack repository to the repositories block and then the dependency to the dependencies block:

repositories {
    maven("https://jitpack.io")
}

dependencies {
    implementation("com.github.nemoengineering:kotlin-utils:<version>")
}