kbox

Utility library for Kotlin

APACHE-2.0 License

Stars
7

KBox

KBox is a very small but useful utility library for Kotlin (JVM, Android and JS) providing functions which are missing in the stdlib such as:

and more, see the Documentation for a full list.

Installation

KBox is published to maven central.

repositories { mavenCentral() }
dependencies {
    implementation("ch.tutteli.kbox:kbox:2.1.0")
}

Documentation

Visit https://robstoll.github.io/kbox/kdoc.

License

KBox is licensed under Apache 2.0.

Package Rankings
Top 28.39% on Repo1.maven.org
Badges
Extracted from project README
Download Apache license Build Status Ubuntu Build Status Windows
Related Projects