Kotlin multiplatform and coroutine friendly process spawning
TODO: Add rationale for the project
In build.gradle.kts add:
dependencies {
implementation("com.xemantic.kotlin.process:xemantic-kotlin-process:0.1.0")
}From time to time, it is worth to:
./gradlew wrapper --gradle-version 9.2.0 --distribution-type binAll the gradle dependencies are managed by the libs.versions.toml file in the gradle dir.
It is easy to check for the latest version by running:
./gradlew dependencyUpdates --no-parallel