kbox-android

A utility library for Kotlin

License

License

GroupId

GroupId

ch.tutteli.kbox
ArtifactId

ArtifactId

kbox-android
Last Version

Last Version

0.14.3
Release Date

Release Date

Type

Type

module
Description

Description

kbox-android
A utility library for Kotlin
Project URL

Project URL

https://github.com/robstoll/kbox
Source Code Management

Source Code Management

https://github.com/robstoll/kbox

Download kbox-android

Dependencies

runtime (2)

Group / Artifact Type Version
ch.tutteli.kbox : kbox-common jar 0.14.3
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.61

Project Modules

There are no modules declared in this project.

Download Apache license Build Status Travis Build status GitHub Actions SonarCloud Status

KBox

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

Current extension functions:

Moreover, the following function might come in handy for you as well:

Installation

KBox is pusblished to maven central, jcenter and bintray. Following an example if you use gradle and jcenter:

repositories { jcenter() }
dependencies {
    implementation 'ch.tutteli.kbox:kbox:0.16.0-SNAPSHOT'
}

Accordingly, you can use kbox-js or kbox-common as artifactId instead of kbox.

License

KBox is licensed under Apache 2.0.

Versions

Version
0.14.3
0.14.1