Clone
3
Home
Infendro edited this page 2026-02-16 18:05:58 +00:00

shell-kt

shell-kt is a Kotlin Multiplatform library that enables the execution of shell commands.

Installation

Add the following to your build.gradle.kts.

repositories {
    maven("https://git.infendro.com/api/packages/Infendro/maven")
}

dependencies {
    implementation("com.infendro:shell:1.1.0")
}