I would like to execute a native process with Kotlin native - multiplatform. However, platform.posix does not seem to support this functionality.
Is there currently any way to start a specific process (like echo), on all or at least on a subset (mingwx64, linux, ..) of available platforms?