View on GitHub

kbox

Utility library for Kotlin

Download Apache license

KBox

KBox is a very small but useful utility library for Kotlin (JVM, Android and JS).

Installation

KBox is published to maven central.

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

Documentation

Visit kdoc/

License

KBox is licensed under Apache 2.0.