It's still pretty primitive: ``` val r...
# kobalt
c
It's still pretty primitive:
Copy code
val result = NewRunCommand(RunCommandInfo().apply {
                command = java.absolutePath
                args = newArgs
                directory = File(".")
//                // The Kotlin compiler issues warnings on stderr :-(
                useErrorStreamAsErrorIndicator = false
            }).invoke()