Skip to content

robstoll/kbox

Repository files navigation

Download Apache license

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:

  • failIf
  • takeIf
  • blankToNull
  • isNotNullAndNotEmpty
  • identity

and more, see the Documentation for a full list.

Installation

KBox is published to maven central.

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

Documentation

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

License

KBox is licensed under Apache 2.0.