kotlin-process
kotlin-process copied to clipboard
Replace $version with $kotlinProcessVersion in README
$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 valid code, but substitute the project's version number, not the number of this library.
I've changed the samples in the README to address that.