robstoll / kbox

Utility library for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download Apache license Build Status Ubuntu Build Status Windows

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.

About

Utility library for Kotlin

License:Apache License 2.0


Languages

Language:Kotlin 100.0%Language:Java 0.0%