Open mvysny opened 2 years ago
Please add support for linux arm32 and arm64, that would be really helpful for natives deployed on Raspberry PI
Current workaround: copy kotlinx-cli sources to your project and implement exitProcess() as follows:
exitProcess()
internal fun exitProcess(status: Int): Nothing { kotlin.system.exitProcess(status) }
Please add support for linux arm32 and arm64, that would be really helpful for natives deployed on Raspberry PI