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:2.1.0")
}
Documentation
Visit kdoc/
License
KBox is licensed under Apache 2.0.