Komponents




About Komponents


Komponents for Kotlin. Written and maintained by Mark Platvoet



Progress

Monitor and update progress and tasks programmatically. Completely threadsafe. More information at http://progress.komponents.nl


Kovenant. Promises for Kotlin.

Brings Promises to Kotlin and additional features to Android.

async { fib(20) } and async { "hello world" } success {
    println("${it.second}, fib(20) = ${it.first}")
}

For more information please visit the Kovenant documentation site.

Stay In Touch: