Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1018 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 1018 Bytes

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