Skip to content

holgerbrandl/kutils

Repository files navigation

kutils - A collection of kotlin utilities

Download Build Status

Installation

To use the library, simply add

implementation 'com.github.holgerbrandl:kutils:1.0'

as dependency in your gradle-file.

What's included?

listOf(1, 2, 3).parmap(numThreads = 4) { it + 5 }
evalBash("echo errtest", showOutput = true, wd = File(".."))
  • Utils to capture and supress output

Questions & Comments

Feel welcome to flood the issue tracker with requests.

See also