kotlin-process icon indicating copy to clipboard operation
kotlin-process copied to clipboard

Kotlin Coroutines friendly way to run an external process

Results 7 kotlin-process issues
Sort by recently updated
recently updated
newest added

Hey, Sorry for dropping in, I tried checking the license of this project but couldn't find any. Could you please add appropriate license headers + LICENSE file if your project...

Either implementation, or at minimum an API that could be used to implement process handling in node or native builds. kotlin-process is a nice API and successfully hides the ProcessBuilder...

This updates Kotlin to 1.6 and other libraries accordingly. It also removes the `@ExperimentalCoroutinesApi` annotation, because the library actually isn't using any experimental coroutines APIs! This change also suppresses a...

`$version` is a variable that's actually already in scope in the dependencies block from the `ProjectDelegate` of Kotlin's DSL. That means that simply copy-pasting the snippets in the README are...

Support for strings with non-UTF-8 encoding.

site not found: https://github.com/pgreze/kotlin-process/runs/3248305192?check_suite_focus=true

bug

As InputSource is a sealed class, which only translates to Redirect.from or Redirect.PIPE, I see no way to start the process with Redirect.INHERIT. Leaving stdin empty leads to using the...