
Utility library enhancing standard library with additional functions like `failIf`, `takeIf`, `blankToNull`, and tuple handling. Offers missing functionalities for improved code expressiveness.
KBox is a very small but useful utility library for Kotlin (JVM, Android and JS) providing functions which are missing in the stdlib and help in making code more readable such as:
and more, see the Documentation for a full list.
KBox is published to maven central.
repositories { mavenCentral() }
dependencies {
implementation("ch.tutteli.kbox:kbox:3.3.0")
}
Visit https://robstoll.github.io/kbox/kdoc.
KBox is licensed under Apache 2.0.
KBox is a very small but useful utility library for Kotlin (JVM, Android and JS) providing functions which are missing in the stdlib and help in making code more readable such as:
and more, see the Documentation for a full list.
KBox is published to maven central.
repositories { mavenCentral() }
dependencies {
implementation("ch.tutteli.kbox:kbox:3.3.0")
}
Visit https://robstoll.github.io/kbox/kdoc.
KBox is licensed under Apache 2.0.